summaryrefslogtreecommitdiffstats
path: root/tests/fate/checkasm.mak
diff options
context:
space:
mode:
authorClément Bœsch <cboesch@gopro.com>2017-05-05 11:27:18 +0200
committerClément Bœsch <cboesch@gopro.com>2017-05-05 11:27:18 +0200
commit373bfe4fcaff48e0546662e818bfce7812bf75e7 (patch)
treea7539237b553b62c49c594f2bcbd0e809365e94e /tests/fate/checkasm.mak
parent938e5f57d208a8a9a3978d6f92ed2139004b7b01 (diff)
parent4e62b57ee03928c12a3119dcaf78ffa1f4d6985f (diff)
downloadffmpeg-streaming-373bfe4fcaff48e0546662e818bfce7812bf75e7.zip
ffmpeg-streaming-373bfe4fcaff48e0546662e818bfce7812bf75e7.tar.gz
Merge commit '4e62b57ee03928c12a3119dcaf78ffa1f4d6985f'
* commit '4e62b57ee03928c12a3119dcaf78ffa1f4d6985f': fate: Skip the checkasm test if CONFIG_STATIC is disabled Merged-by: Clément Bœsch <cboesch@gopro.com>
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 c7b6b36..70ec824 100644
--- a/tests/fate/checkasm.mak
+++ b/tests/fate/checkasm.mak
@@ -25,5 +25,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)
OpenPOWER on IntegriCloud