summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
Diffstat (limited to 'FS/t')
-rw-r--r--FS/t/Quotable_Mixin.t5
-rw-r--r--FS/t/access_groupsales.t5
-rw-r--r--FS/t/ftp_target.t5
-rw-r--r--FS/t/part_svc_class.t5
-rw-r--r--FS/t/quotation.t5
-rw-r--r--FS/t/quotation_pkg.t5
-rw-r--r--FS/t/quotation_pkg_discount.t5
-rw-r--r--FS/t/sales.t5
-rw-r--r--FS/t/upgrade_journal.t5
9 files changed, 45 insertions, 0 deletions
diff --git a/FS/t/Quotable_Mixin.t b/FS/t/Quotable_Mixin.t
new file mode 100644
index 000000000..cb0a56150
--- /dev/null
+++ b/FS/t/Quotable_Mixin.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::Quotable_Mixin;
+$loaded=1;
+print "ok 1\n";
diff --git a/FS/t/access_groupsales.t b/FS/t/access_groupsales.t
new file mode 100644
index 000000000..50993cf26
--- /dev/null
+++ b/FS/t/access_groupsales.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::access_groupsales;
+$loaded=1;
+print "ok 1\n";
diff --git a/FS/t/ftp_target.t b/FS/t/ftp_target.t
new file mode 100644
index 000000000..1a5928118
--- /dev/null
+++ b/FS/t/ftp_target.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::ftp_target;
+$loaded=1;
+print "ok 1\n";
diff --git a/FS/t/part_svc_class.t b/FS/t/part_svc_class.t
new file mode 100644
index 000000000..e838c0b30
--- /dev/null
+++ b/FS/t/part_svc_class.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::part_svc_class;
+$loaded=1;
+print "ok 1\n";
diff --git a/FS/t/quotation.t b/FS/t/quotation.t
new file mode 100644
index 000000000..effcac67e
--- /dev/null
+++ b/FS/t/quotation.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::quotation;
+$loaded=1;
+print "ok 1\n";
diff --git a/FS/t/quotation_pkg.t b/FS/t/quotation_pkg.t
new file mode 100644
index 000000000..5164c7e1c
--- /dev/null
+++ b/FS/t/quotation_pkg.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::quotation_pkg;
+$loaded=1;
+print "ok 1\n";
diff --git a/FS/t/quotation_pkg_discount.t b/FS/t/quotation_pkg_discount.t
new file mode 100644
index 000000000..a1c5f53a3
--- /dev/null
+++ b/FS/t/quotation_pkg_discount.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::quotation_pkg_discount;
+$loaded=1;
+print "ok 1\n";
diff --git a/FS/t/sales.t b/FS/t/sales.t
new file mode 100644
index 000000000..e47eb398b
--- /dev/null
+++ b/FS/t/sales.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::sales;
+$loaded=1;
+print "ok 1\n";
diff --git a/FS/t/upgrade_journal.t b/FS/t/upgrade_journal.t
new file mode 100644
index 000000000..0822effc5
--- /dev/null
+++ b/FS/t/upgrade_journal.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::upgrade_journal;
+$loaded=1;
+print "ok 1\n";