source: roaraudio/tests/Makefile @ 2573:9c69bea943bf

Last change on this file since 2573:9c69bea943bf was 2573:9c69bea943bf, checked in by phi, 15 years ago

added more tools to test

File size: 515 bytes
Line 
1include ../Makefile.conf
2
3CLIENTS=roar-config roarbidir roarcat roarcat2sock roarcatad roarcatpassfh roarcatplay roarcatsendfile roarcatvio roarctl roarfilt roarmon roarradio roarshout roarsin roarsockconnect roarsocktypes roartypes roarvorbis roarvumeter roarinterconnect roarlight roarphone
4
5
6all:
7        echo Warning: There is nothing to build
8clean:
9        echo Warning: There is nothing to clean
10
11new: clean all
12
13test: test-runnable test-roard
14
15test-runnable:
16        ./test-runnable.sh "$(CLIENTS)"
17test-roard:
18        ./test-roard.sh
Note: See TracBrowser for help on using the repository browser.