summaryrefslogtreecommitdiff
path: root/test/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Search for libmtdev in src/ directory during a clean buildChase Douglas2010-06-221-1/+1
| | | | | | | | If mtdev hasn't already been installed, the test binaries will fail to compile because they can't find libmtdev. Point them to the src directory build output. Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
* Build test tools also under autoconfHenrik Rydberg2010-06-221-0/+12
The tests can be disabled by using --enable-test=no in configure. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>