diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-04-08 18:00:53 +0300 |
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-04-08 21:04:07 +0300 |
| commit | 897bb1675e15eb05b80e98eaafe704d3d8ede0ab (patch) | |
| tree | 86acc3e37c369179466860d661e7d59392da31ef | |
| parent | 9ad0c2f6b4227d73f01c8f7fe9a7422987b9f031 (diff) | |
tests: Copy script1.lua for make dist
This is needed for `make dist` when building Docker images with Lua support.
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
| -rw-r--r-- | tests/lib/subdir.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/subdir.am b/tests/lib/subdir.am index 1bc092a49e..e950d0120d 100644 --- a/tests/lib/subdir.am +++ b/tests/lib/subdir.am @@ -15,7 +15,7 @@ tests_lib_test_frrscript_CFLAGS = $(TESTS_CFLAGS) tests_lib_test_frrscript_CPPFLAGS = $(TESTS_CPPFLAGS) tests_lib_test_frrscript_LDADD = $(ALL_TESTS_LDADD) tests_lib_test_frrscript_SOURCES = tests/lib/test_frrscript.c -EXTRA_DIST += tests/lib/test_frrscript.py +EXTRA_DIST += tests/lib/test_frrscript.py tests/lib/script1.lua ############################################################################## |
