Skip to content
Snippets Groups Projects
Commit 2c2bef5b authored by Andre Maroneze's avatar Andre Maroneze
Browse files

[E-ACSL] avoid cmx dependencies when in a byte-only architecture

parent 1caffe76
No related branches found
No related tags found
No related merge requests found
......@@ -243,9 +243,13 @@ TEST_DEPENDENCIES:= \
$(EACSL_PLUGIN_DIR)/tests/ptests_config \
$(EACSL_PLUGIN_DIR)/tests/test_config_ci \
$(EACSL_PLUGIN_DIR)/tests/test_config_dev \
$(EACSL_PLUGIN_DIR)/tests/print.cmxs \
$(EACSL_PLUGIN_DIR)/tests/print.cmo
ifeq ($(OCAMLBEST),opt)
TEST_DEPENDENCIES += \
$(EACSL_PLUGIN_DIR)/tests/print.cmxs
endif
# Add the test dependencies to the test targets, but also to
# `plugins_ptests_config` so that they are built along with the main target.
plugins_ptests_config: $(TEST_DEPENDENCIES)
......
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