[Scummvm-cvs-logs] SF.net SVN: scummvm:[49275] tools/branches/gsoc2010-decompiler/decompiler/ test/module.mk

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Fri May 28 00:42:32 CEST 2010


Revision: 49275
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49275&view=rev
Author:   fingolfin
Date:     2010-05-27 22:42:31 +0000 (Thu, 27 May 2010)

Log Message:
-----------
Fix TEST_LDFLAGS (otherwise 'make test' fails to link for me, due to a missing -L)

Modified Paths:
--------------
    tools/branches/gsoc2010-decompiler/decompiler/test/module.mk

Modified: tools/branches/gsoc2010-decompiler/decompiler/test/module.mk
===================================================================
--- tools/branches/gsoc2010-decompiler/decompiler/test/module.mk	2010-05-27 22:40:15 UTC (rev 49274)
+++ tools/branches/gsoc2010-decompiler/decompiler/test/module.mk	2010-05-27 22:42:31 UTC (rev 49275)
@@ -17,7 +17,7 @@
 #
 TEST_FLAGS   := --runner=StdioPrinter
 TEST_CFLAGS  := -I$(srcdir)/decompiler/test/cxxtest
-TEST_LDFLAGS := $(decompile_LIBS)
+TEST_LDFLAGS := $(decompile_LIBS) $(LDFLAGS)
 
 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