Skip to content

Commit

Permalink
buildsys: 'check' target depends on 'all'
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Apr 14, 2020
1 parent 6d8731d commit 4f85fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.rules
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4f85fe2

Please sign in to comment.