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 12, 2019
1 parent efcb6c5 commit ccaebf8
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 @@ -1014,6 +1014,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 @@ -1035,6 +1039,7 @@ testlibgap: ${LIBGAPTESTS}

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

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

0 comments on commit ccaebf8

Please sign in to comment.