Changeset 855:8c44b64dd436 in lemon-0.x for src/test/Makefile.am
- Timestamp:
- 09/15/04 13:50:50 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1155
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/test/Makefile.am
r845 r855 1 1 AM_CPPFLAGS = -I$(top_srcdir)/src 2 2 3 #dist_noinst_DATA = preflow_graph 4 EXTRA_DIST = preflow_graph.inp 5 CLEANFILES = preflow_graph.out 3 EXTRA_DIST = preflow_graph.inp #input file for preflow_test.cc 6 4 7 5 noinst_HEADERS = test_tools.h graph_test.h … … 24 22 xy_test 25 23 26 SUFFIXES = .inp .out27 .inp.out:28 -cp $< $@29 30 24 TESTS = $(check_PROGRAMS) 31 25 XFAIL_TESTS = test_tools_fail … … 41 35 path_test_SOURCES = path_test.cc 42 36 preflow_test_SOURCES = preflow_test.cc 43 preflow_test_DEPENDENCIES = preflow_graph.out44 37 time_measure_test_SOURCES = time_measure_test.cc 45 38 test_tools_fail_SOURCES = test_tools_fail.cc
Note: See TracChangeset
for help on using the changeset viewer.