add missing compile tests
authorivan <ivan>
Wed, 24 Mar 2004 09:35:57 +0000 (09:35 +0000)
committerivan <ivan>
Wed, 24 Mar 2004 09:35:57 +0000 (09:35 +0000)
FS/MANIFEST
FS/t/part_export-communigate_pro_singledomain.t [new file with mode: 0644]
FS/t/part_export-postfix.t [new file with mode: 0644]
FS/t/part_export-router.t [new file with mode: 0644]

index 23c59db..b12fdc4 100644 (file)
@@ -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 (file)
index 0000000..6f8a64e
--- /dev/null
@@ -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 (file)
index 0000000..9518caa
--- /dev/null
@@ -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 (file)
index 0000000..54e4b63
--- /dev/null
@@ -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";