From f074647d2b6b16af34a2a9595adffd78c3a2dfe3 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Fri, 13 Mar 2015 09:21:01 -0700 Subject: Add a test-programs target everywhere. Add a "test-programs" target to each toolchain which builds each unit test executable. "test-programs" must now be built before running the unit test suite. Change-Id: I9317a1e305d987f244c4bd8b4a7f05d11fed7090 Reviewed-on: https://code.wireshark.org/review/7673 Petri-Dish: Gerald Combs Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6a78af1e0c..12967ed90b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1590,6 +1590,9 @@ osx-install: osx-app cp -pr $(srcdir)/packaging/macosx/Wireshark.app /Applications ; \ fi +test-programs: + cd epan && $(MAKE) $@ + clean-local: rm -rf $(top_stagedir) -- cgit v1.2.3