Add Dependency to Fix Parallel `make test` Runs
authorW. Felix Handte <w@felixhandte.com>
Wed, 21 Mar 2018 15:28:51 +0000 (11:28 -0400)
committerW. Felix Handte <w@felixhandte.com>
Wed, 21 Mar 2018 15:31:22 +0000 (11:31 -0400)
commitebdcbc359baa5a836a3c9e647f083fe092456dd4
tree415046198d38cb79cb2ddc110cecbbe802668036
parent59cf6d400411b8373c0f52bffa180fe8fecff8e6
Add Dependency to Fix Parallel `make test` Runs

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.
tests/Makefile