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
d34501f0
Commit
d34501f0
authored
9 years ago
by
Julien Signoles
Browse files
Options
Downloads
Patches
Plain Diff
[tests] fix running tests in internal mode
parent
e3609af0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/plugins/e-acsl/Makefile.in
+3
-5
3 additions, 5 deletions
src/plugins/e-acsl/Makefile.in
with
3 additions
and
5 deletions
src/plugins/e-acsl/Makefile.in
+
3
−
5
View file @
d34501f0
...
...
@@ -29,9 +29,6 @@
ifndef
FRAMAC_SHARE
FRAMAC_SHARE
:=
$(
shell frama-c-config
-print-share-path
)
endif
ifndef
FRAMAC_LIBDIR
FRAMAC_LIBDIR
:=
$(
shell frama-c-config
-print-libpath
)
endif
# OCAMLVERSION and HAS_OCAML312 are defined in Frama-C common Makefile but
# cannot be used at this point. Unfortunatly cannot reuse the same variable name
...
...
@@ -113,13 +110,14 @@ $(PLUGIN_DIR)/local_config.ml: $(PLUGIN_DIR)/Makefile.in VERSION
ifeq
(@MAY_RUN_TESTS@,yes)
$(PLUGIN_DIR)/tests/print.cmxs
:
OFLAGS=-I $(FRAMAC_LIB
DIR
)
$(PLUGIN_DIR)/tests/print.cmo
:
BFLAGS=-I $(FRAMAC_LIB
DIR
)
$(PLUGIN_DIR)/tests/print.cmxs
:
OFLAGS=-I $(FRAMAC_LIB)
$(PLUGIN_DIR)/tests/print.cmo
:
BFLAGS=-I $(FRAMAC_LIB)
PLUGIN_TESTS_DIRS
:=
e-acsl-reject e-acsl-runtime bts gmp no-main
E_ACSL_TESTS
:
$(PLUGIN_DIR)/tests/test_config
\
$(PLUGIN_DIR)/tests/print.cmxs
\
$(PLUGIN_DIR)/tests/print.cmo
endif
############
...
...
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