There was an error while loading. Please reload this page.
1 parent 1662e94 commit df1d9dfCopy full SHA for df1d9df
1 file changed
tools/whnvmtool/Makefile
@@ -110,8 +110,10 @@ test-gen: $(OUT)
110
rm -f whNvmImage.bin whNvmImage.hex
111
./$(OUT) --test test/nvminit/test.nvminit --invert-erased-byte
112
113
-# Run the negative tests, where invalid configs and key files must fail the tool
114
-test-invalid: $(OUT)
+# Run the negative tests, where invalid configs and key files must fail the tool.
+# Order-only prereq on test-gen: every whnvmtool instance binds the same TCP
115
+# port, so the two tool-running targets must not overlap under make -j.
116
+test-invalid: $(OUT) | test-gen
117
./test/test_invalid_input.sh ./$(OUT)
118
119
# Run the test suite, which requires first generating the test NVM image
0 commit comments