]>
git.saurik.com Git - apple/ld64.git/blob - unit-tests/bin/fail-if-exit-zero.pl
f1610c99598581488b97d590bfcfca34a8c311f0
6 if ( exists $ENV{UNIT_TEST_NAME
} ) {
7 $test_name = $ENV{UNIT_TEST_NAME
};
10 if(system(@ARGV) == 0)
12 printf("FAIL $test_name\n");