summaryrefslogtreecommitdiffstats
path: root/tests/lib/test_versioncmp.py
blob: 8ded53bd58f35f4e3315b29e026cfa11aca0abcc (plain)
1
2
3
4
5
6
7
8
import frrtest


class TestVersionCmp(frrtest.TestMultiOut):
    program = "./test_versioncmp"


TestVersionCmp.exit_cleanly()