summaryrefslogtreecommitdiffstats
path: root/plugins/tests/test_check_swap.t
blob: 97c651a85311e001d5b7f3ca1a4a39718dea52d1 (plain)
1
2
3
4
5
6
#!/usr/bin/perl
use Test::More;
if (! -e "./test_check_swap") {
    plan skip_all => "./test_swap not compiled - please enable libtap library to test";
}
exec "./test_check_swap";