diff options
Diffstat (limited to 't/fmt-halibut.t')
-rw-r--r-- | t/fmt-halibut.t | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/t/fmt-halibut.t b/t/fmt-halibut.t new file mode 100644 index 0000000..1f290bf --- /dev/null +++ b/t/fmt-halibut.t @@ -0,0 +1,21 @@ +#! /usr/bin/perl +# Ini module tester. + +######################### + +use strict; +use warnings; + +use lib q(t); +use Testhelper; + +my @tests; + +push @tests, + { + 'format' => 'halibut', + 'input' => 'fmt/halibut/basic.but' + }; + +run_all_tests(@tests); +0; |