IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 30, 2006, 4:54:35 PM (20 years ago)
Author:
jhoblitt
Message:

disable all non-tap tests and stop distributing "verified" directories

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/fft/Makefile.am

    r7998 r8718  
    1 #Makefile for fft tests of psLib
    2 #
    3 AM_CPPFLAGS = $(SRCINC) $(PSLIB_CFLAGS)
    4 AM_LDFLAGS = $(top_builddir)/src/libpslib.la $(PSLIB_LIBS)
     1AM_CPPFLAGS = $(SRCINC) -I$(top_srcdir)/test/tap/src $(PSLIB_CFLAGS)
     2AM_LDFLAGS = \
     3        $(top_builddir)/src/libpslib.la  \
     4        $(top_builddir)/test/tap/src/libtap.la \
     5        $(PSLIB_LIBS)
    56
    6 TESTS = \
    7         tst_psImageFFT \
    8         tst_psVectorFFT
     7check_PROGRAMS =
    98
    10 tst_psVectorFFT_SOURCES = tst_psVectorFFT.c
    11 tst_psImageFFT_SOURCES = tst_psImageFFT.c
    12 
    13 check_DATA =
    14 
    15 check_PROGRAMS = $(TESTS)
    16 
    17 TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified
    18 
    19 EXTRA_DIST = verified
    20 
    21 CLEANFILES = $(TESTS) $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da gmon.out
    22 
    23 tests: $(TESTS) $(check_DATA)
     9CLEANFILES = $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da gmon.out
    2410
    2511test: check
Note: See TracChangeset for help on using the changeset viewer.