Index: trunk/glueforge/glueforge.in
===================================================================
--- trunk/glueforge/glueforge.in	(revision 3929)
+++ trunk/glueforge/glueforge.in	(revision 4002)
@@ -3,5 +3,5 @@
 # Copyright (C) 2005  Joshua Hoblitt
 #
-# $Id: glueforge.in,v 1.9 2005-05-13 22:00:15 jhoblitt Exp $
+# $Id: glueforge.in,v 1.10 2005-05-20 02:00:17 jhoblitt Exp $
 
 use strict;
@@ -87,4 +87,9 @@
     'header.tt'             => "$output/src/$data{file_name}.h",
     'code.tt'               => "$output/src/$data{file_name}.c",
+    'tests_makefile_am.tt'  => "$output/tests/Makefile.am",
+    'testsuite_at.tt'       => "$output/tests/testsuite.at",
+    'dbsetup_c.tt'          => "$output/tests/dbsetup.c",
+    'dbcleanup_c.tt'        => "$output/tests/dbcleanup.c",
+    'init_c.tt'             => "$output/tests/init.c",
 );
 
