IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4329


Ignore:
Timestamp:
Jun 20, 2005, 4:14:47 PM (21 years ago)
Author:
jhoblitt
Message:

add [foo]SelectRowsFits tests

Location:
trunk/glueforge
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/glueforge.in

    r4319 r4329  
    33# Copyright (C) 2005  Joshua Hoblitt
    44#
    5 # $Id: glueforge.in,v 1.20 2005-06-20 21:33:13 jhoblitt Exp $
     5# $Id: glueforge.in,v 1.21 2005-06-21 02:14:47 jhoblitt Exp $
    66
    77use strict;
     
    104104    'insertfits_c.tt'       => "$output/tests/insertfits.c",
    105105    'popfits_c.tt'          => "$output/tests/popfits.c",
     106    'selectrowsfits_c.tt'   => "$output/tests/selectrowsfits.c",
    106107);
    107108
  • trunk/glueforge/templates/psdb/tests_makefile_am.tt

    r4283 r4329  
    5555    popobject \
    5656    insertfits \
    57     popfits
     57    popfits \
     58    selectrowsfits
    5859
    5960AM_CPPFLAGS = -I$(top_srcdir)/src$
  • trunk/glueforge/templates/psdb/testsuite_at.tt

    r4283 r4329  
    2626[% INCLUDE popfits_at.tt %]
    2727###
     28[% INCLUDE selectrowsfits_at.tt %]
     29###
Note: See TracChangeset for help on using the changeset viewer.