summaryrefslogtreecommitdiffstats
path: root/tests/lib/cli/test_cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/cli/test_cli.py')
-rw-r--r--tests/lib/cli/test_cli.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/lib/cli/test_cli.py b/tests/lib/cli/test_cli.py
new file mode 100644
index 0000000..6fdd6fa
--- /dev/null
+++ b/tests/lib/cli/test_cli.py
@@ -0,0 +1,6 @@
+import frrtest
+
+
+class TestCli(frrtest.TestRefOut):
+ program = "./test_cli"
+ built_refout = True