Changeset 335

Show
Ignore:
Timestamp:
01/30/06 17:35:44 (3 years ago)
Author:
conrad
Message:

add a noop test, clean up tests/Makefile.am

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • libremix/trunk/src/tests/Makefile.am

    r318 r335  
    1 noinst_PROGRAMS = sndfiletest 
     1## Process this file with automake to produce Makefile.in 
     2 
     3AM_CFLAGS = -Wall -pedantic 
    24 
    35INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src/ctxdata 
     
    57REMIX_LIBS = ../ctxdata/libctxdata.la ../libremix/libremix.la -ldl 
    68 
    7 TESTS = sndfiletest 
     9# Test programs 
     10 
     11test: check 
     12 
     13TESTS = noop sndfiletest 
     14 
     15noinst_PROGRAMS = $(TESTS) 
     16noinst_HEADERS = tests.h 
     17 
     18noop_SOURCES = noop.c 
     19noop_LDADD = $(REMIX_LIBS) 
    820 
    921sndfiletest_SOURCES = sndfiletest.c