Skip to content

Commit

Permalink
Add Dependency to Fix Parallel make test Runs
Browse files Browse the repository at this point in the history
When run with `-jN`, the `rm tmp*` can run in the middle of the `test-lz4-dict`
job, which will then fail, finding its files to have been axed. This adds a
dependency between the two.
  • Loading branch information
felixhandte committed Mar 21, 2018
1 parent 59cf6d4 commit ebdcbc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ test-lz4-opt-parser: lz4 datagen

test-lz4-essentials : lz4 datagen test-lz4-basic test-lz4-multiple \
test-lz4-frame-concatenation test-lz4-testmode \
test-lz4-contentSize
test-lz4-contentSize test-lz4-dict
@$(RM) tmp*

test-lz4: lz4 datagen test-lz4-essentials test-lz4-opt-parser \
Expand Down

0 comments on commit ebdcbc3

Please sign in to comment.