summaryrefslogtreecommitdiff
path: root/test/00-compile.t
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-05-22 16:05:36 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-05-22 16:05:36 +0200
commitc807bf78ae6e83700d8be6593739941c16840b29 (patch)
tree6cd27f9af524da2b9af2cdb5f3205bd1e2393744 /test/00-compile.t
parentc63f9d9eed3c3571c84871d556ac464eabaea2fe (diff)
Add Makefile & standard perl tests
Diffstat (limited to 'test/00-compile.t')
-rwxr-xr-xtest/00-compile.t8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/00-compile.t b/test/00-compile.t
new file mode 100755
index 0000000..d7b89cb
--- /dev/null
+++ b/test/00-compile.t
@@ -0,0 +1,8 @@
+#!/usr/bin/env perl
+use strict;
+use warnings;
+use 5.010;
+use Test::More;
+use Test::Compile;
+
+all_pl_files_ok(qw{ bin/comirror bin/comirror-setup });