diff --git a/t/Z3950.t b/t/Z3950.t new file mode 100644 index 0000000000..4fb4c37917 --- /dev/null +++ b/t/Z3950.t @@ -0,0 +1,14 @@ +#!/usr/bin/perl +# +# This Koha test module is a stub! +# Add more tests here!!! + +use strict; +use warnings; + +use Test::More tests => 1; + +BEGIN { + use_ok('C4::Z3950'); +} +