IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4163


Ignore:
Timestamp:
Jun 8, 2005, 2:16:25 PM (21 years ago)
Author:
jhoblitt
Message:

add [foo]Pop header, src, & tests

Location:
trunk/glueforge
Files:
4 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/glueforge.in

    r4149 r4163  
    33# Copyright (C) 2005  Joshua Hoblitt
    44#
    5 # $Id: glueforge.in,v 1.17 2005-06-08 04:04:34 jhoblitt Exp $
     5# $Id: glueforge.in,v 1.18 2005-06-09 00:16:25 jhoblitt Exp $
    66
    77use strict;
     
    9999    'droptable_c.tt'        => "$output/tests/droptable.c",
    100100    'insert_c.tt'           => "$output/tests/insert.c",
     101    'pop_c.tt'              => "$output/tests/pop.c",
    101102    'insertobject_c.tt'     => "$output/tests/insertobject.c",
    102103    'popobject_c.tt'        => "$output/tests/popobject.c",
  • trunk/glueforge/templates/psdb/code.tt

    r4161 r4163  
    99[% INCLUDE droptable.tt %]
    1010[% INCLUDE insert.tt %]
     11[% INCLUDE pop.tt %]
    1112[% INCLUDE insertobject.tt %]
    1213[% INCLUDE popobject.tt %]
  • trunk/glueforge/templates/psdb/header.tt

    r3919 r4163  
    1818[% INCLUDE droptable_h.tt %]
    1919[% INCLUDE insert_h.tt %]
     20[% INCLUDE pop_h.tt %]
    2021[% INCLUDE insertobject_h.tt %]
    2122[% INCLUDE popobject_h.tt %]
  • trunk/glueforge/templates/psdb/tests_makefile_am.tt

    r4149 r4163  
    5757    droptable \
    5858    insert \
     59    pop \
    5960    insertobject \
    6061    popobject
  • trunk/glueforge/templates/psdb/testsuite_at.tt

    r4149 r4163  
    1717[% INCLUDE insert_at.tt %]
    1818
     19[% INCLUDE pop_at.tt %]
     20
    1921[% INCLUDE insertobject_at.tt %]
    2022
Note: See TracChangeset for help on using the changeset viewer.