Browse Source

Fix an issue running EUnit tests on 'make check'

Rebuilding cleanly first prevented rebuilding in test-mode again.
Loïc Hoguin 9 years ago
parent
commit
671bf97ca9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/core.mk

+ 1 - 1
core/core.mk

@@ -84,7 +84,7 @@ all:: deps app rel
 rel::
 rel::
 	$(verbose) :
 	$(verbose) :
 
 
-check:: clean app tests
+check:: tests
 
 
 clean:: clean-crashdump
 clean:: clean-crashdump