3 # This "verbose" ISIS protocol test involves a float calculation that
4 # may produce a slightly different result if the compiler is not GCC.
5 # Test only with GCC (similar to GitHub issue #333).
7 test_name
=isis-seg-fault-1-v
9 if [ ! -f ..
/Makefile
]
11 printf ' %-30s: TEST SKIPPED (no Makefile)\n' $test_name
12 elif grep '^CC = .*gcc' ..
/Makefile
>/dev
/null
14 .
/TESTonce
$test_name isis-seg-fault-1.pcap isis-seg-fault-1-v.out
'-t -v'
16 printf ' %-30s: TEST SKIPPED (compiler is not GCC)\n' $test_name