Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
ba17d4dc
Commit
ba17d4dc
authored
Dec 07, 2017
by
Lorenz Huedepohl
Committed by
Andreas Marek
Dec 07, 2017
Browse files
These checks were there for a reason
Apparently it was not fool-proof enough, if they could be disabled that easily :)
parent
0349eef6
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/C/test.c
View file @
ba17d4dc
...
...
@@ -55,15 +55,15 @@
#include
"test/shared/generated.h"
#if !(defined(TEST_REAL) ^ defined(TEST_COMPLEX))
//
#error "define exactly one of TEST_REAL or TEST_COMPLEX"
#error "define exactly one of TEST_REAL or TEST_COMPLEX"
#endif
#if !(defined(TEST_SINGLE) ^ defined(TEST_DOUBLE))
//
#error "define exactly one of TEST_SINGLE or TEST_DOUBLE"
#error "define exactly one of TEST_SINGLE or TEST_DOUBLE"
#endif
#if !(defined(TEST_SOLVER_1STAGE) ^ defined(TEST_SOLVER_2STAGE))
//
#error "define exactly one of TEST_SOLVER_1STAGE or TEST_SOLVER_2STAGE"
#error "define exactly one of TEST_SOLVER_1STAGE or TEST_SOLVER_2STAGE"
#endif
#ifdef TEST_SINGLE
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment