diff options
Diffstat (limited to 'FS/t')
| -rw-r--r-- | FS/t/Report-Table-Monthly.t | 5 | ||||
| -rw-r--r-- | FS/t/Report-Table.t | 5 | ||||
| -rw-r--r-- | FS/t/Report.t | 5 |
3 files changed, 15 insertions, 0 deletions
diff --git a/FS/t/Report-Table-Monthly.t b/FS/t/Report-Table-Monthly.t new file mode 100644 index 000000000..6ff365d1c --- /dev/null +++ b/FS/t/Report-Table-Monthly.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::Report::Table::Monthly; +$loaded=1; +print "ok 1\n"; diff --git a/FS/t/Report-Table.t b/FS/t/Report-Table.t new file mode 100644 index 000000000..866d4981e --- /dev/null +++ b/FS/t/Report-Table.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::Report::Table; +$loaded=1; +print "ok 1\n"; diff --git a/FS/t/Report.t b/FS/t/Report.t new file mode 100644 index 000000000..76d6ea489 --- /dev/null +++ b/FS/t/Report.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::Report; +$loaded=1; +print "ok 1\n"; |
