diff options
author | Johannes Schickel | 2010-02-01 21:32:33 +0000 |
---|---|---|
committer | Johannes Schickel | 2010-02-01 21:32:33 +0000 |
commit | 94e821f1eb8e0505a5f22423cd1e6d4b153fa182 (patch) | |
tree | 1fb4e14e7bcb7a1e56ad1a4be1eedf7a9c8fd7b9 | |
parent | 516d44e65c1e3babdc850c211585324ee813d14c (diff) | |
download | scummvm-rg350-94e821f1eb8e0505a5f22423cd1e6d4b153fa182.tar.gz scummvm-rg350-94e821f1eb8e0505a5f22423cd1e6d4b153fa182.tar.bz2 scummvm-rg350-94e821f1eb8e0505a5f22423cd1e6d4b153fa182.zip |
Prepare test module build to allow for instantiating AudioStreams.
svn-id: r47803
-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 |