File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -307,15 +307,19 @@ promote-failed:
307
307
308
308
runtest-upstream: test
309
309
310
- test-one: install_for_test
310
+ test-one: install_for_test test-one-no-rebuild
311
+
312
+ test-one-no-rebuild:
311
313
(export OCAMLSRCDIR=$$(pwd)/_runtest; \
312
314
export CAML_LD_LIBRARY_PATH=$$(pwd)/_runtest/lib/ocaml/stublibs; \
313
315
if $$(which gfortran > /dev/null 2>&1); then \
314
316
export LIBRARY_PATH=$$(dirname $$(gfortran -print-file-name=libgfortran.a)); \
315
317
fi; \
316
318
cd _runtest/testsuite && make one $(if $(TEST),TEST="tests/$(TEST)") $(if $(DIR),DIR="tests/$(DIR)"))
317
319
318
- promote-one: install_for_test
320
+ promote-one: install_for_test promote-one-no-rebuild
321
+
322
+ promote-one-no-rebuild:
319
323
(export OCAMLSRCDIR=$$(pwd)/_runtest; \
320
324
export CAML_LD_LIBRARY_PATH=$$(pwd)/_runtest/lib/ocaml/stublibs; \
321
325
if $$(which gfortran > /dev/null 2>&1); then \
You can’t perform that action at this time.
0 commit comments