We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad780f9 commit 2e7ed46Copy full SHA for 2e7ed46
src/nmath/standalone/Makefile.in
@@ -94,7 +94,7 @@ check:
94
@if test -n "${TEST_MC_CORES}"; then \
95
echo "using ${TEST_MC_CORES} cores" > check.log; \
96
$(MAKE) -j ${TEST_MC_CORES} all >> check.log 2>&1; \
97
- $(MAKE) -f test >> check.log 2>&1; \
+ $(MAKE) test >> check.log 2>&1; \
98
else \
99
$(MAKE) all test > check.log 2>&1; \
100
fi || { \
0 commit comments