Skip to content
Snippets Groups Projects
Commit be3c4d88 authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

Merge branch 'bugfix/patrick/ptest-execnow-without-log' into 'master'

[ptests] adds universe deps to @disabled_ptests targets

See merge request frama-c/frama-c!3927
parents a9a10893 c06e851b
No related branches found
No related tags found
No related merge requests found
...@@ -1958,6 +1958,7 @@ let warn_if_not_enabled = ...@@ -1958,6 +1958,7 @@ let warn_if_not_enabled =
Format.fprintf fmt Format.fprintf fmt
"(rule ; Warns when some test conditions are disabled\n \ "(rule ; Warns when some test conditions are disabled\n \
(alias disabled_%s)\n \ (alias disabled_%s)\n \
(deps (universe))\n \
(enabled_if (or false %a))\n \ (enabled_if (or false %a))\n \
(action (progn (echo \"WARNING: Enabling conditions of some tests are false for @@%s/%s\\n\")\n \ (action (progn (echo \"WARNING: Enabling conditions of some tests are false for @@%s/%s\\n\")\n \
%a))\n\ %a))\n\
......
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