COIN-OR::LEMON - Graph Library

Changeset 4:3f411aa35bd7 in lemon-1.2


Ignore:
Timestamp:
12/19/07 12:33:49 (16 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Children:
5:233b4094ceae, 7:4d461e9867da
Phase:
public
Message:

Add test_tool_fail and test_tool_pass

All graph related things was temporarily removed from test_tools.h

Location:
test
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • test/Makefile.am

    r1 r4  
    22        test/Makefile
    33
    4 noinst_HEADERS +=
    5 
    6 check_PROGRAMS +=
    7 
     4noinst_HEADERS += \
     5        test/test_tools.h
     6 
     7check_PROGRAMS += \
     8        test/test_tools_fail \
     9        test/test_tools_pass
     10 
    811TESTS += $(check_PROGRAMS)
    912XFAIL_TESTS += test/test_tools_fail$(EXEEXT)
     13
     14test_test_tools_fail_SOURCES = test/test_tools_fail.cc
     15test_test_tools_pass_SOURCES = test/test_tools_pass.cc
Note: See TracChangeset for help on using the changeset viewer.