/[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 211 - (show annotations) (download)
Sun Jul 25 23:27:41 2004 UTC (19 years, 9 months ago) by schoenebeck
File size: 264 byte(s)
* src/linuxsampler.cpp: tidied up a bit, "initialization completed"
  message shown only after the server is actually running
* src/testcases/: print the name of each test suite before running the
  tests of the suite, added first tests against the LSCP server using a
  socket connection to the LSCP server (tests for the following LSCP
  commands: "ADD CHANNEL", "GET CHANNELS", "REMOVE CHANNEL")

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

  ViewVC Help
Powered by ViewVC