gravatar
alpar (Alpar Juttner)
alpar@cs.elte.hu
Merge
0 2 0
merge default
2 files changed with 3 insertions and 0 deletions:
↑ Collapse diff ↑
Ignore white space 6 line context
... ...
@@ -12,12 +12,13 @@
12 12

	
13 13

	
14 14
lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS)
15 15
lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS)
16 16

	
17 17
lemon_HEADERS += \
18
        lemon/concept_check.h \
18 19
        lemon/dim2.h \
19 20
	lemon/error.h \
20 21
	lemon/list_graph.h \
21 22
	lemon/maps.h \
22 23
        lemon/random.h \
23 24
        lemon/tolerance.h
Ignore white space 12 line context
... ...
@@ -7,20 +7,22 @@
7 7
        test/test_tools.h
8 8

	
9 9
check_PROGRAMS += \
10 10
	test/digraph_test \
11 11
        test/dim_test \
12 12
	test/graph_test \
13
        test/maps_test \
13 14
        test/random_test \
14 15
        test/test_tools_fail \
15 16
        test/test_tools_pass
16 17

	
17 18
TESTS += $(check_PROGRAMS)
18 19
XFAIL_TESTS += test/test_tools_fail$(EXEEXT)
19 20

	
20 21
test_digraph_test_SOURCES = test/digraph_test.cc
21 22
test_dim_test_SOURCES = test/dim_test.cc
22 23
#test_error_test_SOURCES = test/error_test.cc
23 24
test_graph_test_SOURCES = test/graph_test.cc
25
test_maps_test_SOURCES = test/maps_test.cc
24 26
test_random_test_SOURCES = test/random_test.cc
25 27
test_test_tools_fail_SOURCES = test/test_tools_fail.cc
26 28
test_test_tools_pass_SOURCES = test/test_tools_pass.cc
0 comments (0 inline)