source: roaraudio/tests/Makefile @ 1412:61be11636863

Last change on this file since 1412:61be11636863 was 1412:61be11636863, checked in by phi, 15 years ago

addes test-roard.sh

File size: 487 bytes
Line 
1include ../Makefile.conf
2
3CLIENTS=roar-config roarbidir roarcat roarcat2sock roarcatad roarcatpassfh roarcatplay roarcatsendfile roarcatvio roarctl roarfilt roarfish 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.