aboutsummaryrefslogtreecommitdiff
path: root/test/module.mk
diff options
context:
space:
mode:
authorJohannes Schickel2010-02-01 21:32:33 +0000
committerJohannes Schickel2010-02-01 21:32:33 +0000
commit94e821f1eb8e0505a5f22423cd1e6d4b153fa182 (patch)
tree1fb4e14e7bcb7a1e56ad1a4be1eedf7a9c8fd7b9 /test/module.mk
parent516d44e65c1e3babdc850c211585324ee813d14c (diff)
downloadscummvm-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
Diffstat (limited to 'test/module.mk')
-rw-r--r--test/module.mk4
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