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

Contents of /linuxsampler/trunk/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, 8 months ago) by schoenebeck
File size: 390 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 # not a GNU package. You can remove this line, if
2 # have all needed files, that a GNU package needs
3 AUTOMAKE_OPTIONS = foreign 1.4
4
5 SUBDIRS = src
6
7 .PHONY: parser testcases
8
9 # generate parser with lex and yacc
10 parser:
11 @cd $(srcdir)/src/network && make $@
12
13 # compile test cases for the LinuxSampler codebase
14 testcases:
15 @cd $(srcdir)/src/testcases && make linuxsamplertest
16
17 tests: testcases

  ViewVC Help
Powered by ViewVC