commit | f873598b33f5d3b0ae48278d07a77184d94ab218 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Wed Aug 10 15:25:57 2022 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Wed Aug 10 15:25:57 2022 +0200 |
tree | db2125dbb4d68be97028991f17b71e0aaa6a4dc4 | |
parent | 31b8d9022cdd0afec9f3e5ded69c64290e8cdc33 [diff] [blame] |
yanglint UPDATE enable expect tests
diff --git a/tools/lint/CMakeLists.txt b/tools/lint/CMakeLists.txt index 871e6d6..8723996 100644 --- a/tools/lint/CMakeLists.txt +++ b/tools/lint/CMakeLists.txt
@@ -72,6 +72,6 @@ if(NOT PATH_EXPECT) message(WARNING "'expect' not found! The yanglint(1) interactive tests will not be available.") elseif(YANGLINT_INTERACTIVE) -# add_yanglint_test(NAME in_list SCRIPT expect/list.exp) + add_yanglint_test(NAME in_list SCRIPT expect/list.exp) endif() endif()