From 5caeb5d0f15a1d66902afe5131c1cd74b7688153 Mon Sep 17 00:00:00 2001 From: giaf Date: Wed, 2 Sep 2020 17:35:35 +0200 Subject: [PATCH] fix test_problems makefile --- test_problems/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test_problems/Makefile b/test_problems/Makefile index 7bf8662f..efff43c3 100644 --- a/test_problems/Makefile +++ b/test_problems/Makefile @@ -55,6 +55,7 @@ OBJS_TEST = d_tools.o test_d_ocp.o #OBJS_TEST = d_tools.o test_d_ocp_qcqp.o #OBJS_TEST = d_tools.o test_d_ocp_phase_I.o #OBJS_TEST = d_tools.o test_d_tree_ocp.o +#OBJS_TEST = d_tools.o test_d_tree_ocp_qcqp.o #OBJS_TEST = d_tools.o test_d_sim.o obj: $(OBJS_TEST) @@ -71,6 +72,7 @@ test_d_cond_qcqp \ test_d_part_cond \ test_d_part_cond_qcqp \ test_d_tree_ocp \ +test_d_tree_ocp_qcqp \ test_d_sim \ : %: d_tools.o %.o $(CC) -o $@.out $^ $(LIBS)