Changeset 4329
- Timestamp:
- Jun 20, 2005, 4:14:47 PM (21 years ago)
- Location:
- trunk/glueforge
- Files:
-
- 2 added
- 3 edited
-
glueforge.in (modified) (2 diffs)
-
templates/psdb/selectrowsfits_at.tt (added)
-
templates/psdb/selectrowsfits_c.tt (added)
-
templates/psdb/tests_makefile_am.tt (modified) (1 diff)
-
templates/psdb/testsuite_at.tt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/glueforge/glueforge.in
r4319 r4329 3 3 # Copyright (C) 2005 Joshua Hoblitt 4 4 # 5 # $Id: glueforge.in,v 1.2 0 2005-06-20 21:33:13jhoblitt Exp $5 # $Id: glueforge.in,v 1.21 2005-06-21 02:14:47 jhoblitt Exp $ 6 6 7 7 use strict; … … 104 104 'insertfits_c.tt' => "$output/tests/insertfits.c", 105 105 'popfits_c.tt' => "$output/tests/popfits.c", 106 'selectrowsfits_c.tt' => "$output/tests/selectrowsfits.c", 106 107 ); 107 108 -
trunk/glueforge/templates/psdb/tests_makefile_am.tt
r4283 r4329 55 55 popobject \ 56 56 insertfits \ 57 popfits 57 popfits \ 58 selectrowsfits 58 59 59 60 AM_CPPFLAGS = -I$(top_srcdir)/src$ -
trunk/glueforge/templates/psdb/testsuite_at.tt
r4283 r4329 26 26 [% INCLUDE popfits_at.tt %] 27 27 ### 28 [% INCLUDE selectrowsfits_at.tt %] 29 ###
Note:
See TracChangeset
for help on using the changeset viewer.
