Changeset 4523:c263513b053a in roaraudio for tests/Makefile


Ignore:
Timestamp:
10/16/10 18:21:04 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added new test system RAT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile

    r3893 r4523  
    77        echo Warning: There is nothing to build 
    88clean: sandbox-clean 
     9        rm -f *.o rat-* 
    910 
    1011new: clean all 
     
    1314test: sandbox-clean sandbox-install test-all sandbox-clean 
    1415 
    15 test-all: test-runnable test-roard 
     16test-all: test-runnable test-roard test-rat 
    1617 
    1718test-runnable: 
     
    1920test-roard: 
    2021        PREFIX_BIN=$(PREFIX_BIN) PREFIX_LIB=$(PREFIX_LIB) EXEC_HELPER=$(EXEC_HELPER) ./test-roard.sh 
    21 sandbox-install: 
     22 
     23test-rat: rat.o test-rat.o 
     24        $(CC) -Wall -Wextra -O2 -g -o rat-rat rat.o test-rat.o 
     25        ./rat-rat 
     26 
     27 
     28sandbox-install: sandbox 
     29sandbox: 
    2230        mkdir sandbox 
    2331        sh -c 'cd ..; DESTDIR=`pwd`/tests/sandbox $(MAKE) install' 
Note: See TracChangeset for help on using the changeset viewer.