Changeset 624
- Timestamp:
- Apr 23, 2008, 11:57:56 PM (14 years ago)
- Location:
- trunk/test
- Files:
-
- 1 edited
- 5 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/Makefile.am
r607 r624 23 23 # 02111-1307, USA. 24 24 25 check_PROGRAMS = config_test date gnuplot_pipe\26 parser tracutility_test25 check_PROGRAMS = config_test date_test gnuplot_pipe_test \ 26 parser_test trac_test utility_test 27 27 28 28 # these tests are only for developers since we do not distribute test repository 29 29 if HAVE_SVN_WC 30 check_PROGRAMS += copyright stats_test30 check_PROGRAMS += copyright_test stats_test 31 31 endif 32 32 … … 53 53 54 54 config_test_SOURCES = config_test.cc 55 copyright_ SOURCES = copyright.cc56 date_ SOURCES = date.cc57 gnuplot_pipe_ SOURCES = gnuplot_pipe.cc58 parser_ SOURCES = parser.cc55 copyright_test_SOURCES = copyright_test.cc 56 date_test_SOURCES = date_test.cc 57 gnuplot_pipe_test_SOURCES = gnuplot_pipe_test.cc 58 parser_test_SOURCES = parser_test.cc 59 59 stats_test_SOURCES = stats_test.cc 60 trac_ SOURCES = trac.cc60 trac_test_SOURCES = trac_test.cc 61 61 utility_test_SOURCES = utility_test.cc 62 62 … … 69 69 # some tests need the test repo to be checked out 70 70 stats_test_DEPENDENCIES = $(toy_project) @top_builddir@/lib/libsvndigest.la 71 copyright_ DEPENDENCIES = $(toy_project) @top_builddir@/lib/libsvndigest.la71 copyright_test_DEPENDENCIES = $(toy_project) @top_builddir@/lib/libsvndigest.la 72 72 73 73 $(toy_project): … … 76 76 77 77 clean-local: 78 rm -rf *.png *.tmp *~ check_repo_status.sh test_repo.sh \ 79 $(targetdir) 78 rm -rf *.png *.tmp *~ $(targetdir)
Note: See TracChangeset
for help on using the changeset viewer.