TESTrun.sh is dead; long live TESTrun.

This commit is contained in:
Guy Harris 2020-01-24 14:28:34 -08:00
parent df841d9118
commit dc59375166
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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)