COIN-OR::LEMON - Graph Library

Changeset 727:aada518af30f in lemon-0.x for src/test/Makefile.am


Ignore:
Timestamp:
07/22/04 16:21:46 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@982
Message:
  • Better Makefile.am. (I hope.)
  • Some more tests
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/test/Makefile.am

    r567 r727  
    11AM_CPPFLAGS = -I$(top_srcdir)/src
    22
    3 check_PROGRAMS = graph_test dijkstra_test time_measure_test
     3noinst_HEADERS = test_tools.h
     4
     5check_PROGRAMS = graph_test dijkstra_test time_measure_test error_test xy_test \
     6        test_tools_pass test_tools_fail
    47
    58TESTS = $(check_PROGRAMS)
    6 XFAIL_TESTS =
     9XFAIL_TESTS = test_tools_fail
    710
    8 graph_test_SOURCES = graph_test.cc test_tools.h
    9 dijkstra_test_SOURCES = dijkstra_test.cc test_tools.h
     11graph_test_SOURCES = graph_test.cc
     12dijkstra_test_SOURCES = dijkstra_test.cc
    1013time_measure_test_SOURCES = time_measure_test.cc
     14error_test_SOURCES = error_test.cc
     15xy_test_SOURCES = xy_test.cc
     16test_tools_pass_SOURCES = test_tools_pass.cc
     17test_tools_fail_SOURCES = test_tools_fail.cc
     18
Note: See TracChangeset for help on using the changeset viewer.