alarm systems, types, central stations, RT#25994
[freeside.git] / FS / t / alarm_station.t
diff --git a/FS/t/alarm_station.t b/FS/t/alarm_station.t
new file mode 100644 (file)
index 0000000..9fc36f8
--- /dev/null
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::alarm_station;
+$loaded=1;
+print "ok 1\n";