COIN-OR::LEMON - Graph Library

Changeset 845:e4692f92a79b in lemon-0.x


Ignore:
Timestamp:
09/14/04 10:16:14 (20 years ago)
Author:
Akos Ladanyi
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1144
Message:

'make distcheck' works again\!

Location:
src/test
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • src/test/Makefile.am

    r843 r845  
    11AM_CPPFLAGS = -I$(top_srcdir)/src
    22
    3 dist_noinst_DATA = preflow_graph
     3#dist_noinst_DATA = preflow_graph
     4EXTRA_DIST = preflow_graph.inp
     5CLEANFILES = preflow_graph.out
    46
    57noinst_HEADERS = test_tools.h graph_test.h
     
    2224        xy_test
    2325
     26SUFFIXES = .inp .out
     27.inp.out:
     28        -cp $< $@
    2429
    2530TESTS = $(check_PROGRAMS)
     
    3641path_test_SOURCES = path_test.cc
    3742preflow_test_SOURCES = preflow_test.cc
     43preflow_test_DEPENDENCIES = preflow_graph.out
    3844time_measure_test_SOURCES = time_measure_test.cc
    3945test_tools_fail_SOURCES = test_tools_fail.cc
  • src/test/preflow_test.cc

    r842 r845  
    6767  typedef Preflow<Graph, int> PType;
    6868
    69   std::ifstream file("preflow_graph");
     69  std::ifstream file("preflow_graph.out");
    7070 
    7171  Graph G;
Note: See TracChangeset for help on using the changeset viewer.