Skip to content

Commit

Permalink
buildsys: fix 'make check' in out-of-tree builds
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored and ChrisJefferson committed May 29, 2020
1 parent 68b9452 commit 8d1685b
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 @@ -1073,7 +1073,7 @@ testbugfix: all

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

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

Expand Down

0 comments on commit 8d1685b

Please sign in to comment.