ninenines / erlang.mk

A build tool for Erlang that just works.
https://erlang.mk
ISC License
579 stars 238 forks source link

Add sleep to test cases, if needed #918

Closed mbj4668 closed 3 years ago

mbj4668 commented 3 years ago

Try do detect if we need to sleep in tests between a build and when a source file is modified. Without a sleep the source file and the target may get the same modification time, on some machines.

essen commented 3 years ago

Merged, thanks!