/[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 3548 - (hide annotations) (download)
Wed Jul 31 09:35:10 2019 UTC (4 years, 9 months ago) by schoenebeck
File size: 563 byte(s)
* Fixed compiler error in Pool.h.
* Fixed compiler errors in test cases.
* Updated README for how to compile & run test cases.
* Updated test case
  MutexTest::testDoubleLockStillBlocksConcurrentThread() to latest
  expected behaviour of the Mutex class implementation (recursive
  mutex type).
* Bumped version (2.1.1.svn1).

1 schoenebeck 3548 AM_CPPFLAGS = $(all_includes) $(GIG_CFLAGS) $(SNDFILE_CFLAGS) $(LIB_SF2)
2 schoenebeck 57 METASOURCES = AUTO
3    
4 nagata 1649 if HAVE_COREMIDI
5     coremidi_ldflags = -framework CoreFoundation -framework CoreMIDI
6     else
7     coremidi_ldflags =
8     endif
9    
10 schoenebeck 57 EXTRA_PROGRAMS = linuxsamplertest
11 schoenebeck 654 linuxsamplertest_SOURCES = \
12     linuxsamplertest.cpp \
13     PoolTest.cpp PoolTest.h \
14     ThreadTest.cpp ThreadTest.h \
15     MutexTest.cpp MutexTest.h \
16     ConditionTest.cpp ConditionTest.h \
17     LSCPTest.cpp LSCPTest.h
18 nagata 1649 linuxsamplertest_LDFLAGS = $(coremidi_ldflags)
19 schoenebeck 57 linuxsamplertest_LDADD = $(top_builddir)/src/liblinuxsampler.la -lcppunit

  ViewVC Help
Powered by ViewVC