diff options
author | Loïc Hoguin <[email protected]> | 2015-12-24 13:23:50 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-12-24 13:23:50 +0100 |
commit | 671bf97ca91f82bfccf199a1a25f17527f708a39 (patch) | |
tree | dd403155654179449d3533c0e7c4dc6f9c17736d /core | |
parent | 03f2c683ac17e01f16d8724b86b7ca3de6fb70e1 (diff) | |
download | erlang.mk-671bf97ca91f82bfccf199a1a25f17527f708a39.tar.gz erlang.mk-671bf97ca91f82bfccf199a1a25f17527f708a39.tar.bz2 erlang.mk-671bf97ca91f82bfccf199a1a25f17527f708a39.zip |
Fix an issue running EUnit tests on 'make check'
Rebuilding cleanly first prevented rebuilding in test-mode again.
Diffstat (limited to 'core')
-rw-r--r-- | core/core.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/core.mk b/core/core.mk index 81d9f7e..5733496 100644 --- a/core/core.mk +++ b/core/core.mk @@ -84,7 +84,7 @@ all:: deps app rel rel:: $(verbose) : -check:: clean app tests +check:: tests clean:: clean-crashdump |