Skip to content
Snippets Groups Projects
Commit 4e62b57e authored by Martin Storsjö's avatar Martin Storsjö
Browse files

fate: Skip the checkasm test if CONFIG_STATIC is disabled


When building DLLs with MSVC, CONFIG_STATIC is disabled (see
d66c52c2 for a more verbose explanation) since the built
object files can't be linked statically (which checkasm does).

This worked up until recently, only by luck.

Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
parent 2835e9a9
No related branches found
No related tags found
No related merge requests found
......@@ -19,5 +19,5 @@ $(FATE_CHECKASM): tests/checkasm/checkasm$(EXESUF)
$(FATE_CHECKASM): CMD = run tests/checkasm/checkasm --test=$(@:fate-checkasm-%=%)
$(FATE_CHECKASM): REF = /dev/null
FATE += $(FATE_CHECKASM)
FATE-$(CONFIG_STATIC) += $(FATE_CHECKASM)
fate-checkasm: $(FATE_CHECKASM)
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