- Timestamp:
- Dec 6, 2009, 9:03:41 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r954 r955 300 300 AC_CONFIG_FILES([test/init.sh]) 301 301 AC_CONFIG_FILES([test/svn_update.sh], [chmod +x test/svn_update.sh]) 302 AC_CONFIG_FILES([test/check_repo_status.sh],303 [chmod +x test/check_repo_status.sh])304 302 305 303 dnl maintainer make rukes from yat project -
trunk/test/Makefile.am
r954 r955 28 28 distributed_TESTS = 29 29 distributed_TESTS += copyright2_test.sh 30 distributed_TESTS += repo_status_test.sh 30 31 distributed_TESTS += repo_test.sh 31 32 distributed_TESTS += svndigest_copy_cache_test.sh 32 33 33 34 TESTS = $(check_PROGRAMS) $(distributed_TESTS) 34 TESTS += check_repo_status.sh35 36 35 37 36 EXTRA_DIST = $(distributed_TESTS) -
trunk/test/repo_status_test.sh
r952 r955 1 #!@SHELL@ 2 # @configure_input@ 1 #!/bin/sh 3 2 4 3 # $Id$
Note: See TracChangeset
for help on using the changeset viewer.