summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f65b5042..cdae532d 100644
--- a/Makefile
+++ b/Makefile
@@ -6,10 +6,13 @@ CHARON_TESTS_DIR=$(CHARON_HOME)/tests/cfim
CHARON_OPTIONS= --dest ../tests/cfim --no-code-duplication
DEST_DIR=tests
+# The user can specify additional translation options for Aeneas:
+OPTIONS ?=
+
# Default translation options:
# - insert calls to the normalizer in the translated code to test the
# generated unit functions
-TRANS_OPTIONS:=-test-trans-units
+TRANS_OPTIONS:=-test-trans-units $(OPTIONS)
SUBDIR:=
# Build the project and test it