summaryrefslogtreecommitdiff
path: root/test/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* test: fix out-of-tree buildsRoss Burton2013-11-161-1/+1
| | | | | | | | Some tests do #include relative to the top-level, so add top_srcdir to the include path as otherwise out-of-tree builds can't find the files. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Rename INCLUDES to AM_CPPFLAGSPeter Hutterer2013-07-241-1/+1
| | | | | | src/Makefile.am:22: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Generate kernel matcher dataHenrik Rydberg2010-11-071-1/+4
| | | | | | | This application generates the matcher tables of the tracking library in the linux kernel. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Add mtdev-matching test programHenrik Rydberg2010-10-121-1/+4
| | | | | | | Measures matching speed and provides some historically difficult test cases. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Change test program name to mtdev-testHenrik Rydberg2010-07-191-3/+4
| | | | | | | In order to simplify packaging, rename the current mtdev device test program to mtdev-test. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Build test utilities unconditionally, do not installPeter Hutterer2010-07-051-5/+1
| | | | | | | | | | The test programs in the package are command-line utilities which can be used to generate MT code mappings for header files, and debug hardware problems, and should not be installed. With this patch, tests are built unconditionally, but not installed. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* test: fix out-of-tree builds.Peter Hutterer2010-07-021-1/+1
| | | | | | | Libraries are in builddir, not sourcedir. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* 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>