make: do not compile stuff in the 'test' directory
commite78e485fb3fe3e46870d874ed9bc78764b930fdd
authorChristophe CURIS <christophe.curis@free.fr>
Tue, 30 Dec 2014 18:10:22 +0000 (30 19:10 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Tue, 30 Dec 2014 18:59:18 +0000 (30 18:59 +0000)
tree29bdcdb3f688ee0afef3c5ecf45e23fda56be87c
parent7962bfa612958abb6d10421c6fa235c714b7f8cf
make: do not compile stuff in the 'test' directory

To be consistent with the rest of the project's behaviour, do not try to
compile what is in the toplevel's "test" directory for a normal
compilation.

The content of this directory does not really test anything, so it is not
useful for users, and there is always the risk that it could break
compilation because it is not heavily maintained (and does not deserves to)
so this patch just skips the directory, as already done for wrlib/tests/
and WINGs/Tests.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
Makefile.am