From: Guy Harris Date: Fri, 24 Jan 2020 22:28:34 +0000 (-0800) Subject: TESTrun.sh is dead; long live TESTrun. X-Git-Tag: tcpdump-4.99-bp~584 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/dc593751664e06e0cacefa503b2622f6c38e51e2 TESTrun.sh is dead; long live TESTrun. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index c019f478..6550f41a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/Makefile.in b/Makefile.in index 0e9d8997..694fb18b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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)