source: roaraudio/tests/Makefile @ 3163:133492b7f0e9

Last change on this file since 3163:133492b7f0e9 was 3163:133492b7f0e9, checked in by phi, 14 years ago

tests can create a sandbox for tests, still need to update all the paths

File size: 675 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: sandbox-clean
9
10new: clean all
11
12#test: sandbox-install test-all sandbox-clean
13test: test-all
14
15test-all: test-runnable test-roard
16
17test-runnable:
18        ./test-runnable.sh "$(CLIENTS)"
19test-roard:
20        ./test-roard.sh
21sandbox-install:
22        mkdir sandbox
23        sh -c 'cd ..; DESTDIR=`pwd`/tests/sandbox make install'
24sandbox-clean:
25        rm -rf sandbox/
Note: See TracBrowser for help on using the repository browser.