IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

add autotest support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/glueforge.in

    r3929 r4002  
    33# Copyright (C) 2005  Joshua Hoblitt
    44#
    5 # $Id: glueforge.in,v 1.9 2005-05-13 22:00:15 jhoblitt Exp $
     5# $Id: glueforge.in,v 1.10 2005-05-20 02:00:17 jhoblitt Exp $
    66
    77use strict;
     
    8787    'header.tt'             => "$output/src/$data{file_name}.h",
    8888    'code.tt'               => "$output/src/$data{file_name}.c",
     89    'tests_makefile_am.tt'  => "$output/tests/Makefile.am",
     90    'testsuite_at.tt'       => "$output/tests/testsuite.at",
     91    'dbsetup_c.tt'          => "$output/tests/dbsetup.c",
     92    'dbcleanup_c.tt'        => "$output/tests/dbcleanup.c",
     93    'init_c.tt'             => "$output/tests/init.c",
    8994);
    9095
Note: See TracChangeset for help on using the changeset viewer.