IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11118


Ignore:
Timestamp:
Jan 16, 2007, 6:40:15 PM (19 years ago)
Author:
Paul Price
Message:

Adding tap test for pmImageCombine. Only a very basic test at the moment, but more will/should follow.

Location:
trunk/psModules/test/imcombine
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/test/imcombine

    • Property svn:ignore
      •  

        old new  
        66tst_pmImageCombine
        77tst_pmReadoutCombine
         8tap_pmImageCombine
  • trunk/psModules/test/imcombine/.cvsignore

    r5310 r11118  
    66tst_pmImageCombine
    77tst_pmReadoutCombine
     8tap_pmImageCombine
  • trunk/psModules/test/imcombine/Makefile.am

    r9722 r11118  
    1 AM_LDFLAGS = -L$(top_builddir)/src -lpsmodules $(PSMODULES_LIBS)
    2 AM_CFLAGS  = @AM_CFLAGS@ $(PSMODULES_CFLAGS) $(SRCINC)
     1AM_CPPFLAGS = \
     2        $(SRCINC) \
     3        -I$(top_srcdir)/test/tap/src \
     4        -I$(top_srcdir)/test/pstap/src \
     5        $(PSMODULES_CFLAGS)
     6
     7AM_LDFLAGS = \
     8        $(top_builddir)/src/libpsmodules.la  \
     9        $(top_builddir)/test/tap/src/libtap.la \
     10        $(top_builddir)/test/pstap/src/libpstap.la \
     11        $(PSMODULES_LIBS)
     12
     13TESTS = \
     14        tap_pmImageCombine
    315
    416check_PROGRAMS = $(TESTS)
Note: See TracChangeset for help on using the changeset viewer.