mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-02 16:57:25 +00: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
|