Changeset 5647:3707f49de5ab in roaraudio for tests/Makefile


Ignore:
Timestamp:
09/12/12 11:30:22 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Added RAT test 'buffer_set_len'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile

    r5478 r5647  
    1717test: sandbox-clean sandbox-install test-all sandbox-clean 
    1818 
    19 test-all: test-runnable test-roard test-rat 
     19test-all: test-runnable test-roard test-rat test-buffer_set_len 
    2020 
    2121test-runnable: 
     
    2828        $(EXEC_HELPER) ./rat-rat 
    2929 
     30test-buffer_set_len: rat.o test-buffer_set_len.o 
     31        $(CC) $(LDFLAGS) -o rat-buffer_set_len rat.o test-buffer_set_len.o -lroar 
     32        LD_LIBRARY_PATH="`pwd`/sandbox/$(PREFIX_LIB)/" $(EXEC_HELPER) ./rat-buffer_set_len 
    3033 
    3134sandbox-install: sandbox 
Note: See TracChangeset for help on using the changeset viewer.