source: roaraudio/tests/Makefile @ 1413:60b501db630c

Last change on this file since 1413:60b501db630c was 1413:60b501db630c, checked in by phi, 15 years ago

roarfish is optional

File size: 478 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
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.