summaryrefslogtreecommitdiff
path: root/WCC_MAKEFILE
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2021-10-30 15:19:26 +0300
committerIvan Maidanski <ivmai@mail.ru>2021-10-30 15:19:26 +0300
commit0d4dbe08d60b1f5b06ee42e0102ff96c9cf6c3bb (patch)
tree003205d7e34fae21422962c387e448596fa1af8c /WCC_MAKEFILE
parent483814a141027913c385cad52b2e8e6449eba934 (diff)
downloadbdwgc-0d4dbe08d60b1f5b06ee42e0102ff96c9cf6c3bb.tar.gz
Add check-deps goal to Makefiles to build the tests but not execute them
* Makefile.direct (check-deps, check-cpp-deps): Document goals (add comment). * Makefile.direct (check-cpp-deps, check-deps): New goal. * NT_MAKEFILE (check-deps): Likewise. * OS2_MAKEFILE (check-deps): Likewise. * SMakefile.amiga (check-deps): Likewise. * Makefile.direct (check-cpp): Depend on check-cpp-deps instead of test_cpp. * Makefile.direct (check): Depend on check-deps instead of cordtest, gctest, setjmp_test, test_cpp. * NT_MAKEFILE (check): Depend on check-deps instead of gctest.exe, test_cpp.exe, cordtest.exe, de.exe. * OS2_MAKEFILE (check): Depend on check-deps instead of gctest.exe and cordtest.exe. * SMakefile.amiga (check): Depend on check-deps instead of setjmp_t, gctest, cordtest.
Diffstat (limited to 'WCC_MAKEFILE')
-rw-r--r--WCC_MAKEFILE4
1 files changed, 3 insertions, 1 deletions
diff --git a/WCC_MAKEFILE b/WCC_MAKEFILE
index 443a444e..0c6ceacf 100644
--- a/WCC_MAKEFILE
+++ b/WCC_MAKEFILE
@@ -83,7 +83,9 @@ COBJS= cordbscs.obj cordxtra.obj cordprnt.obj
all: gc.lib gccpp.lib gctba.lib cord.lib
-check: gctest.exe test_cpp.exe cordtest.exe .SYMBOLIC
+check-deps: gctest.exe test_cpp.exe cordtest.exe .SYMBOLIC
+
+check: check-deps .SYMBOLIC
*gctest.exe
*test_cpp.exe
*cordtest.exe