diff options
author | Johan Hedberg <johan.hedberg@intel.com> | 2011-10-24 23:37:34 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2011-10-25 10:08:07 +0200 |
commit | 9d387f43726c170f12420158edb6fb0e3fdca0fb (patch) | |
tree | 09b1239768be41d39826d7524d72ff9803cdfa71 /Makefile.am | |
parent | 41ccb16f6c95c73468fd0d526b06388643754df4 (diff) |
Convert unit tests from GLib to GNU Check
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 138ab322f..283af4de1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -450,7 +450,8 @@ unit_tests = unit/test-eir noinst_PROGRAMS += $(unit_tests) unit_test_eir_SOURCES = unit/test-eir.c src/eir.c src/glib-helper.c -unit_test_eir_LDADD = lib/libbluetooth-private.la @GLIB_LIBS@ +unit_test_eir_CFLAGS = @GLIB_CFLAGS@ @CHECK_CFLAGS@ +unit_test_eir_LDADD = lib/libbluetooth-private.la @GLIB_LIBS@ @CHECK_LIBS@ unit_objects += $(unit_test_eir_OBJECTS) TESTS = $(unit_tests) |