IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4332


Ignore:
Timestamp:
Jun 20, 2005, 5:44:53 PM (21 years ago)
Author:
jhoblitt
Message:

add [foo]RowMetadataFromObject() src & tests

Location:
trunk/glueforge
Files:
3 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/glueforge.in

    r4329 r4332  
    33# Copyright (C) 2005  Joshua Hoblitt
    44#
    5 # $Id: glueforge.in,v 1.21 2005-06-21 02:14:47 jhoblitt Exp $
     5# $Id: glueforge.in,v 1.22 2005-06-21 03:44:53 jhoblitt Exp $
    66
    77use strict;
     
    105105    'popfits_c.tt'          => "$output/tests/popfits.c",
    106106    'selectrowsfits_c.tt'   => "$output/tests/selectrowsfits.c",
     107    'metadatafromobject_c.tt' => "$output/tests/metadatafromobject.c",
    107108);
    108109
  • trunk/glueforge/templates/psdb/code.tt

    r4277 r4332  
    1616[% INCLUDE insertfits.tt %]
    1717[% INCLUDE popfits.tt %]
    18 [% INCLUDE selectrowsfits.tt -%]
     18[% INCLUDE selectrowsfits.tt %]
     19[% INCLUDE metadatafromobject.tt -%]
  • trunk/glueforge/templates/psdb/tests_makefile_am.tt

    r4329 r4332  
    5656    insertfits \
    5757    popfits \
    58     selectrowsfits
     58    selectrowsfits \
     59    metadatafromobject
    5960
    6061AM_CPPFLAGS = -I$(top_srcdir)/src$
  • trunk/glueforge/templates/psdb/testsuite_at.tt

    r4329 r4332  
    2828[% INCLUDE selectrowsfits_at.tt %]
    2929###
     30[% INCLUDE metadatafromobject_at.tt %]
     31###
Note: See TracChangeset for help on using the changeset viewer.