IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10916


Ignore:
Timestamp:
Jan 5, 2007, 10:15:25 AM (19 years ago)
Author:
magnier
Message:

added a poor test program to check the output order

Location:
trunk/psLib/test/fits
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/fits

    • Property svn:ignore
      •  

        old new  
        77table.fits
        88tmpImages
        9 tst_psFits
         9tap_psFitsBlank_00
        1010*.bb
        1111*.bbg
  • trunk/psLib/test/fits/.cvsignore

    r7985 r10916  
    77table.fits
    88tmpImages
    9 tst_psFits
     9tap_psFitsBlank_00
    1010*.bb
    1111*.bbg
  • trunk/psLib/test/fits/Makefile.am

    r8958 r10916  
    1 AM_CPPFLAGS = $(SRCINC) -I$(top_srcdir)/test/tap/src $(PSLIB_CFLAGS)
     1AM_CPPFLAGS = \
     2        $(SRCINC) \
     3        -I$(top_srcdir)/test/tap/src \
     4        -I$(top_srcdir)/test/pstap/src \
     5        $(PSLIB_CFLAGS)
    26AM_LDFLAGS = \
    37        $(top_builddir)/src/libpslib.la  \
    48        $(top_builddir)/test/tap/src/libtap.la \
     9        $(top_builddir)/test/pstap/src/libpstap.la \
    510        $(PSLIB_LIBS)
    611
    7 TEST_PROGS =
     12TEST_PROGS = \
     13        tap_psFitsBlank_00
    814
    915if BUILD_TESTS
     
    1824
    1925test: check
     26
     27tests: $(check_PROGRAMS)
     28        $(top_srcdir)/test/test.pl
Note: See TracChangeset for help on using the changeset viewer.