aboutsummaryrefslogtreecommitdiff
path: root/src/tests/Makemodule.am
AgeCommit message (Collapse)AuthorFilesLines
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