Continuing to add tests
[koha.git] / t / Barcodes_PrinterConfig.t
diff --git a/t/Barcodes_PrinterConfig.t b/t/Barcodes_PrinterConfig.t
new file mode 100644 (file)
index 0000000..33ba55c
--- /dev/null
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n"; }
+END {print "not ok 1\n" unless $loaded;}
+use C4::Barcodes::PrinterConfig;
+$loaded = 1;
+print "ok 1\n";