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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3551 - (show annotations) (download)
Thu Aug 1 10:22:56 2019 UTC (4 years, 8 months ago) by schoenebeck
File size: 601 byte(s)
* Added test cases for NKSP core language aspects and core built-in
  functions.
* NKSP: Added method ScriptVM::setExitResultEnabled() which allows
  to explicitly enable the built-in exit() function to optionally
  accept one function argument; the value of the passed exit()
  function argument will then become available by calling
  VMExecContext::exitResult() after script execution.
* Bumped version (2.1.1.svn2).

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

  ViewVC Help
Powered by ViewVC