COIN-OR::LEMON - Graph Library

Changeset 855:8c44b64dd436 in lemon-0.x for src/test/Makefile.am


Ignore:
Timestamp:
09/15/04 13:50:50 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1155
Message:

Better handling of the input files of the tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/test/Makefile.am

    r845 r855  
    11AM_CPPFLAGS = -I$(top_srcdir)/src
    22
    3 #dist_noinst_DATA = preflow_graph
    4 EXTRA_DIST = preflow_graph.inp
    5 CLEANFILES = preflow_graph.out
     3EXTRA_DIST = preflow_graph.inp #input file for preflow_test.cc
    64
    75noinst_HEADERS = test_tools.h graph_test.h
     
    2422        xy_test
    2523
    26 SUFFIXES = .inp .out
    27 .inp.out:
    28         -cp $< $@
    29 
    3024TESTS = $(check_PROGRAMS)
    3125XFAIL_TESTS = test_tools_fail
     
    4135path_test_SOURCES = path_test.cc
    4236preflow_test_SOURCES = preflow_test.cc
    43 preflow_test_DEPENDENCIES = preflow_graph.out
    4437time_measure_test_SOURCES = time_measure_test.cc
    4538test_tools_fail_SOURCES = test_tools_fail.cc
Note: See TracChangeset for help on using the changeset viewer.