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