summaryrefslogtreecommitdiff
path: root/tests/fate/checkasm.mak
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2017-08-25 09:42:15 +0300
committerMartin Storsjö <martin@martin.st>2017-08-31 14:22:47 +0300
commit39e16ee2289e4240a82597b97db5541bbbd2b996 (patch)
tree79d48f550ac9fa470976a55bbb92382e63fcb731 /tests/fate/checkasm.mak
parentaccb06120c13a4ead442464d96f2fa318fa07a4e (diff)
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 4e62b57ee03928c12a3119dcaf78ffa1f4d6985f. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'tests/fate/checkasm.mak')
-rw-r--r--tests/fate/checkasm.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/checkasm.mak b/tests/fate/checkasm.mak
index 5721f1f53c..939eb567cd 100644
--- a/tests/fate/checkasm.mak
+++ b/tests/fate/checkasm.mak
@@ -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)