diff options
Diffstat (limited to 'tests/lib/test_graph.py')
| -rw-r--r-- | tests/lib/test_graph.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/lib/test_graph.py b/tests/lib/test_graph.py new file mode 100644 index 0000000000..697e56c149 --- /dev/null +++ b/tests/lib/test_graph.py @@ -0,0 +1,4 @@ +import frrtest + +class TestGraph(frrtest.TestRefOut): + program = './test_graph' |
