Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/Tests/src/Makefile.am @ 3

Last change on this file since 3 was 3, checked in by anonymous, 17 years ago

=update

File size: 677 bytes
Line 
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                    ../OgreMain/src/RadixSort.cpp
14
15TestSuite_LDFLAGS = -L$(top_builddir)/OgreMain/src $(CPPUNIT_LIBS)
16TestSuite_LDADD = -lOgreMain
Note: See TracBrowser for help on using the repository browser.