Skip to content

Commit

Permalink
buildsys: add make check
Browse files Browse the repository at this point in the history
People familiar with automake based build systems expect this to work,
and it also saves me some typing ;-)
  • Loading branch information
fingolfin committed Feb 15, 2019
1 parent 11cc50b commit d4f1d53
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile.rules
Original file line number Diff line number Diff line change
Expand Up @@ -1013,6 +1013,10 @@ testbugfix: all
ReadGapRoot( "tst/testbugfix.g" );' | $(TESTGAP) | \
tee `date -u +dev/log/testbugfix2_%Y-%m-%d-%H-%M` )

#
check:
$(TESTGAP) tst/testinstall.g

LIBGAPTESTS := $(addprefix tst/testlibgap/,basic wscreate wsload)

# run a test in tst/testlibgap
Expand All @@ -1034,6 +1038,7 @@ testlibgap: ${LIBGAPTESTS}

.PHONY: testinstall testmanuals testobsoletes teststandard testbugfix
.PHONY: testpackage testpackages testpackagesload testpackagesvars
.PHONY: check

########################################################################
# Bootstrap rules
Expand Down

0 comments on commit d4f1d53

Please sign in to comment.