IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4149


Ignore:
Timestamp:
Jun 7, 2005, 6:04:34 PM (21 years ago)
Author:
jhoblitt
Message:

add [foo]InsertObject tests

Location:
trunk/glueforge
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/glueforge.in

    r4147 r4149  
    33# Copyright (C) 2005  Joshua Hoblitt
    44#
    5 # $Id: glueforge.in,v 1.16 2005-06-08 03:38:37 jhoblitt Exp $
     5# $Id: glueforge.in,v 1.17 2005-06-08 04:04:34 jhoblitt Exp $
    66
    77use strict;
     
    9999    'droptable_c.tt'        => "$output/tests/droptable.c",
    100100    'insert_c.tt'           => "$output/tests/insert.c",
     101    'insertobject_c.tt'     => "$output/tests/insertobject.c",
    101102    'popobject_c.tt'        => "$output/tests/popobject.c",
    102103);
  • trunk/glueforge/templates/psdb/tests_makefile_am.tt

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

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