From 4f85fe2c3e0f80db09449b972c1e4e589fba1a88 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 14 Apr 2020 17:39:40 +0200 Subject: [PATCH] buildsys: 'check' target depends on 'all' --- Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.rules b/Makefile.rules index 8ecff4f85e..e4932cee8d 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -1080,7 +1080,7 @@ testbugfix: all tee `date -u +dev/log/testbugfix2_%Y-%m-%d-%H-%M` ) # -check: +check: all $(TESTGAP) tst/testinstall.g LIBGAPTESTS := $(addprefix tst/testlibgap/,basic api wscreate wsload)