Changeset 3186:03f115e06e7b in roaraudio for tests/Makefile


Ignore:
Timestamp:
01/22/10 21:42:48 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

make test work with soname set

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile

    r3163 r3186  
    1111 
    1212#test: sandbox-install test-all sandbox-clean 
    13 test: test-all 
     13test: sandbox-clean sandbox-install test-all sandbox-clean 
    1414 
    1515test-all: test-runnable test-roard 
    1616 
    1717test-runnable: 
    18         ./test-runnable.sh "$(CLIENTS)" 
     18        PREFIX_BIN=$(PREFIX_BIN) PREFIX_LIB=$(PREFIX_LIB) ./test-runnable.sh "$(CLIENTS)" 
    1919test-roard: 
    20         ./test-roard.sh 
     20        PREFIX_BIN=$(PREFIX_BIN) PREFIX_LIB=$(PREFIX_LIB) ./test-roard.sh 
    2121sandbox-install: 
    2222        mkdir sandbox 
Note: See TracChangeset for help on using the changeset viewer.