diff options
author | Donald Lee <dlqs@gmx.com> | 2021-06-20 00:42:12 +0200 |
---|---|---|
committer | Donald Lee <dlqs@gmx.com> | 2021-06-22 18:58:39 +0200 |
commit | e06feaf8fe71922897e4b2732962a387d3c421f8 (patch) | |
tree | 74bdf732914289ddd22e5ff61c2a1fc7bfc06282 /tests/.gitignore | |
parent | lib: use in6addr comparator in test (diff) | |
download | frr-e06feaf8fe71922897e4b2732962a387d3c421f8.tar.xz frr-e06feaf8fe71922897e4b2732962a387d3c421f8.zip |
tests: Add unit test for lua encoders/decoders
Signed-off-by: Donald Lee <dlqs@gmx.com>
Diffstat (limited to 'tests/.gitignore')
-rw-r--r-- | tests/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index c5c3bb87b..3fad1b081 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -26,6 +26,7 @@ /lib/test_buffer /lib/test_checksum /lib/test_frrscript +/lib/test_frrlua /lib/test_graph /lib/test_heavy /lib/test_heavy_thread |