summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2004-03-24 09:35:57 +0000
committerivan <ivan>2004-03-24 09:35:57 +0000
commit9769323a1645b8f298ea4469261da54fed7c1225 (patch)
tree7b2bbaf7a7f62978662b9940bd6b82cad2d86c9c
parent55263a2dfeb16ea313c5aed37ed30686c946a299 (diff)
add missing compile tests
-rw-r--r--FS/MANIFEST4
-rw-r--r--FS/t/part_export-communigate_pro_singledomain.t5
-rw-r--r--FS/t/part_export-postfix.t5
-rw-r--r--FS/t/part_export-router.t5
4 files changed, 19 insertions, 0 deletions
diff --git a/FS/MANIFEST b/FS/MANIFEST
index 23c59db..b12fdc4 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 0000000..6f8a64e
--- /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 0000000..9518caa
--- /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 0000000..54e4b63
--- /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";