diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2020-05-19 21:55:29 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2020-05-19 21:55:29 +0000 |
commit | f464bd04cefb8dd6890a5b6db64ca786022d5406 (patch) | |
tree | 15b387793e3cda92e952bbe572a3c2f2bcdf0154 /tests | |
parent | b43bd1070cdb5b5134a6d01c1aafe8dc89f290f3 (diff) | |
download | src-test2-f464bd04cefb8dd6890a5b6db64ca786022d5406.tar.gz src-test2-f464bd04cefb8dd6890a5b6db64ca786022d5406.zip |
Notes
Diffstat (limited to 'tests')
-rw-r--r-- | tests/sys/net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sys/net/Makefile b/tests/sys/net/Makefile index ce9a06319071..805fa16ae71b 100644 --- a/tests/sys/net/Makefile +++ b/tests/sys/net/Makefile @@ -7,6 +7,7 @@ BINDIR= ${TESTSDIR} ATF_TESTS_C+= if_epair ATF_TESTS_SH+= if_bridge_test +TEST_METADATA.if_bridge_test+= required_programs="python" ATF_TESTS_SH+= if_clone_test ATF_TESTS_SH+= if_lagg_test ATF_TESTS_SH+= if_tun_test |