From: ivan Date: Wed, 24 Mar 2004 09:35:57 +0000 (+0000) Subject: add missing compile tests X-Git-Tag: NET_WHOIS_RAW_0_31~35 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=9769323a1645b8f298ea4469261da54fed7c1225 add missing compile tests --- diff --git a/FS/MANIFEST b/FS/MANIFEST index 23c59dbda..b12fdc4ca 100644 --- a/FS/MANIFEST +++ b/FS/MANIFEST @@ -163,6 +163,8 @@ t/part_export_option.t t/part_export-bind.t t/part_export-bind_slave.t t/part_export-bsdshell.t +t/part_export-communigate_pro.t +t/part_export-communigate_pro_singledomain.t t/part_export-cp.t t/part_export-cyrus.t t/part_export-domain_shellcommands.t @@ -171,6 +173,8 @@ t/part_export-http.t t/part_export-infostreet.t t/part_export-ldap.t t/part_export-null.t +t/part_export-postfix.t +t/part_export-router.t t/part_export-shellcommands.t t/part_export-shellcommands_withdomain.t t/part_export-sqlmail.t diff --git a/FS/t/part_export-communigate_pro_singledomain.t b/FS/t/part_export-communigate_pro_singledomain.t new file mode 100644 index 000000000..6f8a64e0f --- /dev/null +++ b/FS/t/part_export-communigate_pro_singledomain.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::part_export::communigate_pro_singledomain; +$loaded=1; +print "ok 1\n"; diff --git a/FS/t/part_export-postfix.t b/FS/t/part_export-postfix.t new file mode 100644 index 000000000..9518caad6 --- /dev/null +++ b/FS/t/part_export-postfix.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::part_export::postfix; +$loaded=1; +print "ok 1\n"; diff --git a/FS/t/part_export-router.t b/FS/t/part_export-router.t new file mode 100644 index 000000000..54e4b63de --- /dev/null +++ b/FS/t/part_export-router.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::part_export::router; +$loaded=1; +print "ok 1\n";