Skip to content
Snippets Groups Projects
Commit 239ae461 authored by Elias Pipping's avatar Elias Pipping Committed by pipping
Browse files

Enable tests that require ipopt only conditionally

[[Imported from SVN: r7644]]
parent c766d7c5
No related branches found
No related tags found
No related merge requests found
...@@ -2,13 +2,17 @@ ...@@ -2,13 +2,17 @@
# list of tests to run # list of tests to run
TESTS = genericvectortoolstest \ TESTS = genericvectortoolstest \
lowrankoperatortest \ lowrankoperatortest \
mmgtest \
multigridtest \ multigridtest \
nulloperatortest \ nulloperatortest \
obstacletnnmgtest \ obstacletnnmgtest \
quadraticipoptsolvertest \
sumoperatortest sumoperatortest
if IPOPT
TESTS += \
mmgtest \
quadraticipoptsolvertest
endif
# programs just to build when "make check" is used # programs just to build when "make check" is used
check_PROGRAMS = $(TESTS) check_PROGRAMS = $(TESTS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment