aboutsummaryrefslogtreecommitdiff
path: root/src/tests/Makemodule.am
AgeCommit message (Collapse)AuthorFilesLines
2022-04-18Fix build-system: fix "make check"Paolo E. Mazzon1-5/+10
make check is normally not issued if you build from source but (at least) the Debian build system fails upon deb package creation. Similarly to the 0820bcb640e9030a99a4c47119df6b9305e632da commit use xxx_LDADD instead of xxx_LDFLAGS.
2015-01-05Fix 'make check'Release-1_3_6Mathias Gumz1-21/+10
2015-01-03Remove reference to src/tests/testSignalMathias Gumz1-13/+0
2013-05-26build-sys: move to non-recursive buildSami Kerola1-0/+104
This rather large change will attempts to make 'make' to work better. See excellent paper 'Recursive Make Considered Harmful' by Peter Miller for further explanation why several make files is worse than one for whole project. Note. The tests are build with 'make check' rather than defining TEST. Reference: http://miller.emu.id.au/pmiller/books/rmch/ Reference: http://karelzak.blogspot.co.uk/2013/02/non-recursive-automake.html