IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4004


Ignore:
Timestamp:
May 19, 2005, 4:53:36 PM (21 years ago)
Author:
jhoblitt
Message:

add [foo]Cleanup src & tests

Location:
trunk/glueforge
Files:
3 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/glueforge.in

    r4003 r4004  
    33# Copyright (C) 2005  Joshua Hoblitt
    44#
    5 # $Id: glueforge.in,v 1.11 2005-05-20 02:41:23 jhoblitt Exp $
     5# $Id: glueforge.in,v 1.12 2005-05-20 02:53:36 jhoblitt Exp $
    66
    77use strict;
     
    9292    'dbcleanup_c.tt'        => "$output/tests/dbcleanup.c",
    9393    'init_c.tt'             => "$output/tests/init.c",
     94    'init_c.tt'             => "$output/tests/cleanup.c",
    9495    'createtable_c.tt'      => "$output/tests/createtable.c",
    9596);
  • trunk/glueforge/templates/psdb/code.tt

    r4001 r4004  
    55[% INCLUDE init.tt %]
    66
     7[% INCLUDE cleanup.tt %]
     8
    79[% INCLUDE createtable.tt %]
    810
  • trunk/glueforge/templates/psdb/tests_makefile_am.tt

    r4003 r4004  
    5252TESTS = \
    5353        init \
     54        cleanup \
    5455        createtable
    55 #       cleanup
    5656
    5757AM_CPPFLAGS = -I$(top_srcdir)/src$
  • trunk/glueforge/templates/psdb/testsuite_at.tt

    r4003 r4004  
    66[% INCLUDE init_at.tt %]
    77
     8[% INCLUDE cleanup_at.tt %]
     9
    810#m4_include([createtable.at])
    911[% INCLUDE createtable_at.tt %]
Note: See TracChangeset for help on using the changeset viewer.