source: roaraudio/tests/Makefile @ 3186:03f115e06e7b

Last change on this file since 3186:03f115e06e7b was 3186:03f115e06e7b, checked in by phi, 14 years ago

make test work with soname set

File size: 819 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: sandbox-clean sandbox-install test-all sandbox-clean
14
15test-all: test-runnable test-roard
16
17test-runnable:
18        PREFIX_BIN=$(PREFIX_BIN) PREFIX_LIB=$(PREFIX_LIB) ./test-runnable.sh "$(CLIENTS)"
19test-roard:
20        PREFIX_BIN=$(PREFIX_BIN) PREFIX_LIB=$(PREFIX_LIB) ./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.