IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4003


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

add tests for [foo]CreateTable()

Location:
trunk/glueforge
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/glueforge.in

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

    r4002 r4003  
    4949# END BISON
    5050#
    51 #
    5251
    5352TESTS = \
    54         init #\
     53        init \
     54        createtable
    5555#       cleanup
    56 #       createtable
    5756
    5857AM_CPPFLAGS = -I$(top_srcdir)/src$
  • trunk/glueforge/templates/psdb/testsuite_at.tt

    r4002 r4003  
    77
    88#m4_include([createtable.at])
     9[% INCLUDE createtable_at.tt %]
Note: See TracChangeset for help on using the changeset viewer.