Browse Source

Revert "fate: Skip the checkasm test if CONFIG_STATIC is disabled"

When we use dllexport properly for shared libraries on windows,
there's no longer any issue with linking the object files for
e.g. libavcodec statically into checkasm. (It's still not possible
to link the built object files for e.g. libavformat statically to
libavcodec though, since libavformat exepcts to load av_export_*
symbols from a DLL.)

This reverts commit 4e62b57ee0.

Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n4.0
Martin Storsjö 8 years ago
parent
commit
39e16ee228
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/fate/checkasm.mak

+ 1
- 1
tests/fate/checkasm.mak View File

@@ -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-$(CONFIG_STATIC) += $(FATE_CHECKASM)
FATE += $(FATE_CHECKASM)
fate-checkasm: $(FATE_CHECKASM)

Loading…
Cancel
Save