diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/module.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/module.mk b/test/module.mk index 10efeef38c..a092bfd7a7 100644 --- a/test/module.mk +++ b/test/module.mk @@ -6,12 +6,12 @@ ###################################################################### TESTS := $(srcdir)/test/common/*.h $(srcdir)/test/sound/*.h -TEST_LIBS := common/libcommon.a sound/libsound.a +TEST_LIBS := sound/libsound.a common/libcommon.a # TEST_FLAGS := --runner=StdioPrinter TEST_CFLAGS := -I$(srcdir)/test/cxxtest -TEST_LDFLAGS := +TEST_LDFLAGS := $(LIBS) ifdef HAVE_GCC3 # In test/common/str.h, we test a zero length format string. This causes GCC |