From 60cc099df46e1cbcb7b37be3fe455978f800887f Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Wed, 23 Oct 2024 18:50:46 -0500 Subject: T6718: update tests Update tests, as appropriate: for example, the Vyconf config file grammar is distinct from the one currently used in vyos1x-config, consequently the curly_parser_test is not included. --- test/dune | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/dune (limited to 'test/dune') diff --git a/test/dune b/test/dune new file mode 100644 index 0000000..93641a0 --- /dev/null +++ b/test/dune @@ -0,0 +1,3 @@ +(tests + (names config_tree_test reference_tree_test session_test util_test value_checker_test vyconf_config_test vylist_test vytree_load_test vytree_test) + (libraries ounit2 vyos1x-config vyconfd_config)) -- cgit v1.2.3