Changeset 267
- Timestamp:
- May 1, 2007, 10:17:48 PM (16 years ago)
- Location:
- trunk/test
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/Makefile.am
r248 r267 37 37 parser_SOURCES = parser.cc 38 38 39 test_repo.sh: test_repo. in Makefile.am39 test_repo.sh: test_repo.sh.in Makefile.am 40 40 @echo \#!$(SHELL) > $@; 41 41 @echo srcdir=$(srcdir) >> $@; 42 42 @echo top_builddir=$(top_builddir) >> $@; 43 43 @echo targetdir=$(srcdir)/generated_output >> $@; 44 @cat test_repo. in >> $@;44 @cat test_repo.sh.in >> $@; 45 45 @chmod 744 $@; 46 46 @echo create $@; -
trunk/test/test_repo.sh.in
-
Property
svn:eol-keywords
set to
Id
-
Property
svn:eol-style
set to
native
r266 r267 1 # $Id$1 # $Id$ 2 2 3 3 toy=$srcdir/toy_project; -
Property
svn:eol-keywords
set to
Note: See TracChangeset
for help on using the changeset viewer.