summaryrefslogtreecommitdiff
path: root/FS/t/cgp_rule_condition.t
blob: 49d8c359c64e7a2afd43da48d207a6a85f4438ad (plain)
1
2
3
4
5
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::cgp_rule_condition;
$loaded=1;
print "ok 1\n";