summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2016-04-12 09:34:47 -0700
committerShawn Rutledge <shawn.rutledge@theqtcompany.com>2016-05-12 08:05:08 +0000
commitfab25f16eb5c90e32a42c924b207c901f1b67d80 (patch)
treee432ca51b0fd46ac2938ff9a4a958da905d499d0
parent728c0f238cce6bca76e14513c036f4cef32e2273 (diff)
Make sure that "make check" compiles the main binary
The unit test usually just uses the test mode, but there's at least one test that uses the real one. Change-Id: Id75834dab9ed466e94c7ffff1444a9d55dfbbbbb Reviewed-by: Shawn Rutledge <shawn.rutledge@theqtcompany.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3d7ae86..d3fb4c1 100644
--- a/Makefile
+++ b/Makefile
@@ -78,7 +78,7 @@ uninstall:
tests/auto/Makefile: tests/auto/auto.pro
cd tests/auto && $(QMAKE) -o Makefile auto.pro
-check: tests/auto/Makefile
+check: all tests/auto/Makefile
cd src/qtchooser && $(MAKE) check
cd tests/auto && $(MAKE) check