source: OGRE/trunk/ogrenew/Tests/src/Makefile.am @ 657

Revision 657, 625 bytes checked in by mattausch, 19 years ago (diff)

added ogre dependencies and patched ogre sources

RevLine 
[657]1INCLUDES = -I$(top_srcdir)/OgreMain/include -I$(top_srcdir)/Tests/OgreMain/include $(CPPUNIT_CFLAGS)
2
3TESTS = TestSuite
4check_PROGRAMS  = TestSuite
5
6TestSuite_SOURCES = main.cpp \
7                    ../OgreMain/src/EdgeBuilderTests.cpp \
8                    ../OgreMain/src/FileSystemArchiveTests.cpp \
9                    ../OgreMain/src/StringTests.cpp \
10                    ../OgreMain/src/ZipArchiveTests.cpp \
11                    ../OgreMain/src/BitwiseTests.cpp \
12                    ../OgreMain/src/PixelFormatTests.cpp
13
14TestSuite_LDFLAGS = -L$(top_builddir)/OgreMain/src $(CPPUNIT_LIBS)
15TestSuite_LDADD = -lOgreMain
Note: See TracBrowser for help on using the repository browser.