Changeset 3163:133492b7f0e9 in roaraudio for tests


Ignore:
Timestamp:
01/15/10 18:45:11 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile

    r2573 r3163  
    66all: 
    77        echo Warning: There is nothing to build 
    8 clean: 
    9         echo Warning: There is nothing to clean 
     8clean: sandbox-clean 
    109 
    1110new: clean all 
    1211 
    13 test: test-runnable test-roard 
     12#test: sandbox-install test-all sandbox-clean 
     13test: test-all 
     14 
     15test-all: test-runnable test-roard 
    1416 
    1517test-runnable: 
     
    1719test-roard: 
    1820        ./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 TracChangeset for help on using the changeset viewer.