Index: trunk/glueforge/glueforge.in
===================================================================
--- trunk/glueforge/glueforge.in	(revision 4006)
+++ trunk/glueforge/glueforge.in	(revision 4011)
@@ -3,5 +3,5 @@
 # Copyright (C) 2005  Joshua Hoblitt
 #
-# $Id: glueforge.in,v 1.14 2005-05-20 22:53:49 jhoblitt Exp $
+# $Id: glueforge.in,v 1.15 2005-05-21 00:37:43 jhoblitt Exp $
 
 use strict;
@@ -98,4 +98,5 @@
     'createtable_c.tt'      => "$output/tests/createtable.c",
     'droptable_c.tt'        => "$output/tests/droptable.c",
+    'insert_c.tt'           => "$output/tests/insert.c",
 );
 
@@ -162,5 +163,5 @@
         return {
             ctype   => "bool",
-            mtype   => 'PS_META_STR',
+            mtype   => 'PS_META_BOOL',
             test    => 'true',
         };
