Skip to content
Snippets Groups Projects
Commit a0aa0814 authored by Andre Maroneze's avatar Andre Maroneze
Browse files

[e-acsl] disable _dev tests on macOS due to incompatible getopt

parent 7945eb95
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,9 @@ MACRO: ROOT_EACSL_GCC_FC_EXTRA -verbose 0
COMMENT: Currently compilation assumes an x86_64 architecture
ENABLED_IF: (= %{architecture} amd64)
COMMENT: e-acsl-gcc.sh is not currently compatible with macos' getopt
ENABLED_IF: (<> %{system} macosx)
PLUGIN: e-acsl eva,scope,variadic rtegen
COMMENT: The dependency to the plugin share directory has not to be explicited
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment