]> The Tcpdump Group git mirrors - tcpdump/commitdiff
TESTrun.sh is dead; long live TESTrun.
authorGuy Harris <[email protected]>
Fri, 24 Jan 2020 22:28:34 +0000 (14:28 -0800)
committerGuy Harris <[email protected]>
Fri, 24 Jan 2020 22:28:34 +0000 (14:28 -0800)
CMakeLists.txt
Makefile.in

index c019f4787b1022c073db00d0fa6d5d3db1c435ed..6550f41a264acbf65efc0b8621ee3ab16f456e55 100644 (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)
index 0e9d899794c5399b3199b6aedccf3d9bf7c57ac5..694fb18b988f185f31ef45a7d38f79865d73cc0f 100644 (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)