Changeset 267


Ignore:
Timestamp:
May 1, 2007, 10:17:48 PM (16 years ago)
Author:
Jari Häkkinen
Message:

Changing test_repo template name and addich some svn properties.

Location:
trunk/test
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/test/Makefile.am

    r248 r267  
    3737parser_SOURCES = parser.cc
    3838
    39 test_repo.sh: test_repo.in Makefile.am
     39test_repo.sh: test_repo.sh.in Makefile.am
    4040  @echo \#!$(SHELL) > $@;
    4141  @echo srcdir=$(srcdir) >> $@;
    4242  @echo top_builddir=$(top_builddir) >> $@;
    4343  @echo targetdir=$(srcdir)/generated_output >> $@;
    44   @cat test_repo.in >> $@;
     44  @cat test_repo.sh.in >> $@;
    4545  @chmod 744 $@;
    4646  @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$
    22
    33toy=$srcdir/toy_project;
Note: See TracChangeset for help on using the changeset viewer.