summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2017-02-27 08:47:52 +0200
committerTimo Teräs <timo.teras@iki.fi>2017-02-27 08:47:52 +0200
commitb11d876806c533cb9b639002d46e61e3261e02de (patch)
tree2d4cb742cc8c31c8960b9247387192517979d206
parentfaff9047407fd19c51961f9f1e8d6d910b318a08 (diff)
build: recognize 'make check' too
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d16526a..08a6c06 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ install:
$(INSTALLDIR) $(DESTDIR)$(DOCDIR)
$(INSTALL) README $(DESTDIR)$(DOCDIR)
-test: FORCE
+check test: FORCE
$(Q)$(MAKE) TEST=y
$(Q)$(MAKE) -C test