mirror of
https://github.com/FRRouting/frr.git
synced 2025-05-01 05:57:15 +02:00

test_cli.refout is written by configure into the build directory, thus we need a little special glue to find it correctly. Signed-off-by: David Lamparter <equinox@diac24.net>
6 lines
102 B
Python
6 lines
102 B
Python
import frrtest
|
|
|
|
class TestCli(frrtest.TestRefOut):
|
|
program = './test_cli'
|
|
built_refout = True
|