Skip to content

Commit

Permalink
fix test_problems makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
giaf committed Sep 2, 2020
1 parent 39f6095 commit 5caeb5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test_problems/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit 5caeb5d

Please sign in to comment.