Skip to content

Commit

Permalink
express dependencies correctly for test-one
Browse files Browse the repository at this point in the history
  • Loading branch information
ncik-roberts committed May 17, 2023
1 parent 5fc4b59 commit 53e83ca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ocaml/Makefile.common-jst
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,8 @@ promote-failed:

runtest-upstream: test

test-one: install_for_test test-one-no-rebuild
test-one: install_for_test
$(MAKE) test-one-no-rebuild

test-one-no-rebuild:
(export OCAMLSRCDIR=$$(pwd)/_runtest; \
Expand All @@ -317,7 +318,8 @@ test-one-no-rebuild:
fi; \
cd _runtest/testsuite && make one $(if $(TEST),TEST="tests/$(TEST)") $(if $(DIR),DIR="tests/$(DIR)"))

promote-one: install_for_test promote-one-no-rebuild
promote-one: install_for_test
$(MAKE) promote-one-no-rebuild

promote-one-no-rebuild:
(export OCAMLSRCDIR=$$(pwd)/_runtest; \
Expand Down

0 comments on commit 53e83ca

Please sign in to comment.