test_utils.t 168 B

123456
  1. #!/usr/bin/perl
  2. use Test::More;
  3. if (! -e "./test_utils") {
  4. plan skip_all => "./test_utils not compiled - please enable libtap library to test";
  5. }
  6. exec "./test_utils";