Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
fe290f3e
Commit
fe290f3e
authored
3 years ago
by
David Bühler
Committed by
Virgile Prevosto
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[Makefile] Do not warn about missing .mli files on test files.
parent
6ba441aa
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
share/Makefile.plugin.template
+1
-1
1 addition, 1 deletion
share/Makefile.plugin.template
with
2 additions
and
2 deletions
Makefile
+
1
−
1
View file @
fe290f3e
...
@@ -1426,7 +1426,7 @@ else
...
@@ -1426,7 +1426,7 @@ else
$(
sort
$(
shell find
$(
TEST_DIRS_AS_PLUGIN:%
=
tests/%
)
-not
-path
'*/\.*'
-name
'*.ml'
))
$(
sort
$(
shell find
$(
TEST_DIRS_AS_PLUGIN:%
=
tests/%
)
-not
-path
'*/\.*'
-name
'*.ml'
))
endif
endif
$(
foreach
file,
$(
LONELY_TESTS_ML_FILES
)
,
\
$(
foreach
file,
$(
LONELY_TESTS_ML_FILES
)
,
\
$(
eval
$(
file:%.ml
=
%.cmo
)
: BFLAGS+
=
-I
$(
dir
$(
file
))))
$(
eval
$(
file:%.ml
=
%.cmo
)
: BFLAGS+
=
-w
-70
-I
$(
dir
$(
file
))))
$(
foreach
file,
$(
LONELY_TESTS_ML_FILES
)
,
\
$(
foreach
file,
$(
LONELY_TESTS_ML_FILES
)
,
\
$(
eval
$(
file:%.ml
=
%.cmx
)
: OFLAGS+
=
-I
$(
dir
$(
file
))))
$(
eval
$(
file:%.ml
=
%.cmx
)
: OFLAGS+
=
-I
$(
dir
$(
file
))))
$(
foreach
file,
$(
LONELY_TESTS_ML_FILES
)
,
\
$(
foreach
file,
$(
LONELY_TESTS_ML_FILES
)
,
\
...
...
This diff is collapsed.
Click to expand it.
share/Makefile.plugin.template
+
1
−
1
View file @
fe290f3e
...
@@ -444,7 +444,7 @@ $(NAME_OFLAGS):=$(OFLAGS) $(INCLUDE_FLAGS) $(PLUGIN_OFLAGS)
...
@@ -444,7 +444,7 @@ $(NAME_OFLAGS):=$(OFLAGS) $(INCLUDE_FLAGS) $(PLUGIN_OFLAGS)
# DO NOT include the plugin's own directory as search path for compiling
# DO NOT include the plugin's own directory as search path for compiling
# ml test scripts: they will be loaded in a separate phase, and will only see
# ml test scripts: they will be loaded in a separate phase, and will only see
# the plugin through its static API
# the plugin through its static API
$(NAME_TEST_BFLAGS)
:=
$(
BFLAGS
)
$(
INCLUDE_EXT_FLAGS
)
$(
PLUGIN_BFLAGS
)
$(NAME_TEST_BFLAGS)
:=
$(
BFLAGS
)
-w
-70
$(
INCLUDE_EXT_FLAGS
)
$(
PLUGIN_BFLAGS
)
$(NAME_TEST_OFLAGS)
:=
$(
OFLAGS
)
$(
INCLUDE_EXT_FLAGS
)
$(
PLUGIN_OFLAGS
)
$(NAME_TEST_OFLAGS)
:=
$(
OFLAGS
)
$(
INCLUDE_EXT_FLAGS
)
$(
PLUGIN_OFLAGS
)
$(TARGET_BFLAGS)
:=
$(
PLUGIN_LINK_BFLAGS
)
$(TARGET_BFLAGS)
:=
$(
PLUGIN_LINK_BFLAGS
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment