summaryrefslogtreecommitdiff
path: root/tests/lmp-v.tests
blob: 272325126e0580dfd5fa6bf258d21d09616959c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# -*- perl -*-

# The "verbose" Link Management Protocol test involves a float calculation that
# may produce a slightly different result depending on the architecture and the
# compiler (see GitHub issue #333). The reference output was produced using a
# GCC build and must reproduce correctly on any other GCC build regardless of
# the architecture.

$testlist = [
    {
        config_set => 'USING_GCC',
        name => 'lmp-v',
        input => 'lmp.pcap',
        output => 'lmp-v.out',
        args   => '-T lmp -v'
    },
    ];

1;