summaryrefslogtreecommitdiff
path: root/FS/t
diff options
context:
space:
mode:
Diffstat (limited to 'FS/t')
-rwxr-xr-xFS/t/elec_general.t5
-rwxr-xr-xFS/t/svc_elec.t5
-rwxr-xr-xFS/t/transaction810.t5
-rwxr-xr-xFS/t/transaction867.t5
-rwxr-xr-xFS/t/usage_elec.t5
-rwxr-xr-xFS/t/usage_elec_transaction867.t5
6 files changed, 30 insertions, 0 deletions
diff --git a/FS/t/elec_general.t b/FS/t/elec_general.t
new file mode 100755
index 000000000..9dfb1d260
--- /dev/null
+++ b/FS/t/elec_general.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::elec_general;
+$loaded=1;
+print "ok 1\n";
diff --git a/FS/t/svc_elec.t b/FS/t/svc_elec.t
new file mode 100755
index 000000000..e7fda3436
--- /dev/null
+++ b/FS/t/svc_elec.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::svc_elec;
+$loaded=1;
+print "ok 1\n";
diff --git a/FS/t/transaction810.t b/FS/t/transaction810.t
new file mode 100755
index 000000000..98c6b88b6
--- /dev/null
+++ b/FS/t/transaction810.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::transaction810;
+$loaded=1;
+print "ok 1\n";
diff --git a/FS/t/transaction867.t b/FS/t/transaction867.t
new file mode 100755
index 000000000..699de3de4
--- /dev/null
+++ b/FS/t/transaction867.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::transaction867;
+$loaded=1;
+print "ok 1\n";
diff --git a/FS/t/usage_elec.t b/FS/t/usage_elec.t
new file mode 100755
index 000000000..4824919c0
--- /dev/null
+++ b/FS/t/usage_elec.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::usage_elec;
+$loaded=1;
+print "ok 1\n";
diff --git a/FS/t/usage_elec_transaction867.t b/FS/t/usage_elec_transaction867.t
new file mode 100755
index 000000000..086edff48
--- /dev/null
+++ b/FS/t/usage_elec_transaction867.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::usage_elec_transaction867;
+$loaded=1;
+print "ok 1\n";