[Wgui-cvs] wgui/tests Makefile.am,1.14,1.15 UnitTests.cpp,1.22,1.23
Status: Beta
Brought to you by:
greenwire
|
From: Rob W. <gre...@us...> - 2004-04-19 16:46:18
|
Update of /cvsroot/wgui/wgui/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20179/tests Modified Files: Makefile.am UnitTests.cpp Log Message: Makefile fix for UnitTests. Index: Makefile.am =================================================================== RCS file: /cvsroot/wgui/wgui/tests/Makefile.am,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** Makefile.am 8 Apr 2004 18:20:55 -0000 1.14 --- Makefile.am 19 Apr 2004 16:46:08 -0000 1.15 *************** *** 21,25 **** UnitTests_SOURCES = UnitTests.cpp UnitTests_LDADD = @WGUI_LIBS@ ! UnitTests_CXXFLAGS = -DUNIT_TESTS EXTRA_DIST = Calc.dsp CalcApp-VS7.vcproj CalcApp-VS71.vcproj TestApp1.dsp TestApp1-VS7.vcproj TestApp1-VS71.vcproj \ --- 21,25 ---- UnitTests_SOURCES = UnitTests.cpp UnitTests_LDADD = @WGUI_LIBS@ ! UnitTests_CXXFLAGS = -DUNIT_TESTS $(AM_CXXFLAGS) EXTRA_DIST = Calc.dsp CalcApp-VS7.vcproj CalcApp-VS71.vcproj TestApp1.dsp TestApp1-VS7.vcproj TestApp1-VS71.vcproj \ Index: UnitTests.cpp =================================================================== RCS file: /cvsroot/wgui/wgui/tests/UnitTests.cpp,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** UnitTests.cpp 2 Apr 2004 17:26:16 -0000 1.22 --- UnitTests.cpp 19 Apr 2004 16:46:08 -0000 1.23 *************** *** 23,31 **** - #include "wgui_include_config.h" #include "wgui.h" #include "unit_tests/tut.h" #include "unit_tests/tut_reporter.h" - #include "SDL.h" --- 23,29 ---- |