mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-23 18:14:29 +08:00
TESTrun.sh is dead; long live TESTrun.
This commit is contained in:
parent
df841d9118
commit
dc59375166
@ -1202,4 +1202,4 @@ add_custom_target(uninstall
|
||||
# Tcpdump tests
|
||||
#
|
||||
add_custom_target(check
|
||||
COMMAND ${CMAKE_SOURCE_DIR}/tests/TESTrun.sh)
|
||||
COMMAND ${CMAKE_SOURCE_DIR}/tests/TESTrun)
|
||||
|
@ -445,7 +445,7 @@ distclean:
|
||||
rm -rf autom4te.cache tests/DIFF tests/NEW
|
||||
|
||||
check: tcpdump
|
||||
$(srcdir)/tests/TESTrun.sh
|
||||
$(srcdir)/tests/TESTrun
|
||||
|
||||
extags: $(TAGFILES)
|
||||
ctags $(TAGFILES)
|
||||
|
Loading…
Reference in New Issue
Block a user