From 3ad2248d2e54a491f13d7659d4f948e8f0dac156 Mon Sep 17 00:00:00 2001 From: Laurent Perron Date: Wed, 28 Nov 2018 11:33:36 +0100 Subject: [PATCH] reenable all c++ tests --- makefiles/Makefile.cpp.mk | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/makefiles/Makefile.cpp.mk b/makefiles/Makefile.cpp.mk index 12d92eea26..a8a5bbd0f8 100755 --- a/makefiles/Makefile.cpp.mk +++ b/makefiles/Makefile.cpp.mk @@ -422,7 +422,19 @@ test_cc_contrib: ; .PHONY: test_cc_cpp # Build and Run all C++ Examples (located in ortools/examples/cpp) test_cc_cpp: \ -# rcc_mps_driver \ + rcc_costas_array_sat \ + rcc_cvrp_disjoint_tw \ + rcc_cvrptw \ + rcc_cvrptw_with_breaks \ + rcc_cvrptw_with_refueling \ + rcc_cvrptw_with_resources \ + rcc_cvrptw_with_stop_times_and_resources \ + rcc_dobble_ls \ + rcc_flow_api \ + rcc_linear_assignment_api \ + rcc_linear_solver_protocol_buffers \ + rcc_magic_square_sat \ + rcc_mps_driver \ rcc_nqueens \ rcc_random_tsp \ rcc_slitherlink_sat \