[Scummvm-cvs-logs] SF.net SVN: scummvm:[47803] scummvm/trunk/test/module.mk

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Mon Feb 1 22:32:33 CET 2010


Revision: 47803
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47803&view=rev
Author:   lordhoto
Date:     2010-02-01 21:32:33 +0000 (Mon, 01 Feb 2010)

Log Message:
-----------
Prepare test module build to allow for instantiating AudioStreams.

Modified Paths:
--------------
    scummvm/trunk/test/module.mk

Modified: scummvm/trunk/test/module.mk
===================================================================
--- scummvm/trunk/test/module.mk	2010-02-01 18:23:23 UTC (rev 47802)
+++ scummvm/trunk/test/module.mk	2010-02-01 21:32:33 UTC (rev 47803)
@@ -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


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list