/[svn]/linuxsampler/trunk/src/testcases/Makefile.am
ViewVC logotype

Annotation of /linuxsampler/trunk/src/testcases/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 276 - (hide annotations) (download)
Sat Oct 9 15:42:27 2004 UTC (19 years, 6 months ago) by schoenebeck
File size: 276 byte(s)
added tests against new Pool classes

1 schoenebeck 57 INCLUDES = $(all_includes)
2     METASOURCES = AUTO
3    
4     EXTRA_PROGRAMS = linuxsamplertest
5 schoenebeck 276 linuxsamplertest_SOURCES = linuxsamplertest.cpp PoolTest.cpp ThreadTest.cpp MutexTest.cpp ConditionTest.cpp LSCPTest.cpp
6 schoenebeck 57 linuxsamplertest_LDADD = $(top_builddir)/src/liblinuxsampler.la -lcppunit

  ViewVC Help
Powered by ViewVC