object files in /tests
authorYann Collet <cyan@fb.com>
Wed, 27 Dec 2017 12:02:40 +0000 (13:02 +0100)
committerYann Collet <cyan@fb.com>
Wed, 27 Dec 2017 12:02:40 +0000 (13:02 +0100)
commite2900241e8c541edf3b8c18688caab238ad8d46f
treeeb29c211185e3f7d46755e1e376896c5f2fcf2e7
parent7d2f30c7d1519a3a4a199e398e13d9baa21bf84e
object files in /tests

object files created from /tests are compiled with specific flags (`-g -DLZ4_DEBUG=1`)
which are not welcomed in release binary.
`lib/*.o` files created from /tests are now stored in /tests, to avoid unintentional mix.
tests/Makefile