diff options
author | Inaky Perez-Gonzalez <inaky@linux.intel.com> | 2009-04-21 15:38:58 -0700 |
---|---|---|
committer | Inaky Perez-Gonzalez <inaky@linux.intel.com> | 2009-04-21 15:50:43 -0700 |
commit | 15a7a3792e6b130f6a354305133d28ab9d3778e2 (patch) | |
tree | 41a13034851743921b2910277007f009f2132bbb /src/Makefile.am | |
parent | b4dbdb1d3fab5b9fb4c43eb253c4b6a5c8061118 (diff) |
tests: install in $pkgdir/tests
Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 7ac8b02..65d1652 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,11 +1,12 @@ - INCLUDES = \ -I$(top_builddir)/include -I$(top_srcdir)/include \ $(I2400M_INCLUDES) LDADD = ../lib/libwimaxll.la $(LIBNL1_LIBS) -noinst_PROGRAMS = \ - test-dump-pipe \ +testdir = $(pkglibdir)/test + +test_PROGRAMS = \ + test-dump-pipe \ test-rfkill |