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
51ae7f8a
Commit
51ae7f8a
authored
6 years ago
by
Andre Maroneze
Browse files
Options
Downloads
Patches
Plain Diff
[Makefile] fix placement of PLUGIN_TESTS_LIB for Eva
parent
916bd551
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+1
-1
1 addition, 1 deletion
Makefile
with
1 addition
and
1 deletion
Makefile
+
1
−
1
View file @
51ae7f8a
...
@@ -839,7 +839,6 @@ NUMERORS_FILES:= \
...
@@ -839,7 +839,6 @@ NUMERORS_FILES:= \
ifeq
($(HAS_MPFR),yes)
ifeq
($(HAS_MPFR),yes)
PLUGIN_REQUIRES
+=
gmp
PLUGIN_REQUIRES
+=
gmp
PLUGIN_TESTS_DIRS
+=
value/numerors
PLUGIN_TESTS_DIRS
+=
value/numerors
PLUGIN_TESTS_LIB
=
tests/float/fval_test.ml
NUMERORS_CMO
:=
$(
NUMERORS_FILES
)
NUMERORS_CMO
:=
$(
NUMERORS_FILES
)
src/plugins/value/domains/numerors/numerors_domain.ml
:
\
src/plugins/value/domains/numerors/numerors_domain.ml
:
\
src/plugins/value/domains/numerors/numerors_domain.ok.ml
\
src/plugins/value/domains/numerors/numerors_domain.ok.ml
\
...
@@ -924,6 +923,7 @@ PLUGIN_GUI_CMO:=$(VALUE_GUI_AUX) gui_files/gui_callstacks_manager \
...
@@ -924,6 +923,7 @@ PLUGIN_GUI_CMO:=$(VALUE_GUI_AUX) gui_files/gui_callstacks_manager \
gui_files/gui_red gui_files/register_gui
gui_files/gui_red gui_files/register_gui
PLUGIN_INTERNAL_TEST
:=
yes
PLUGIN_INTERNAL_TEST
:=
yes
PLUGIN_TESTS_LIB
=
tests/float/fval_test.ml
PLUGIN_DISTRIBUTED
:=
yes
PLUGIN_DISTRIBUTED
:=
yes
VALUE_TYPES
:=
$(
addprefix src/plugins/value_types/,
\
VALUE_TYPES
:=
$(
addprefix src/plugins/value_types/,
\
cilE cvalue precise_locs value_types widen_type
)
cilE cvalue precise_locs value_types widen_type
)
...
...
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