]> The Tcpdump Group git mirrors - tcpdump/blob - tests/isis-seg-fault-1-v.tests
address some nits after the TESTrun storm
[tcpdump] / tests / isis-seg-fault-1-v.tests
1 # -*- perl -*-
2
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).
6
7 $testlist = [
8 {
9 config_set => 'USING_GCC',
10 name => 'isis-seg-fault-1-v',
11 input => 'isis-seg-fault-1.pcapng',
12 output => 'isis-seg-fault-1-v.out',
13 args => '-v'
14 },
15 ];
16
17 1;