OSDN Git Service

fate: Skip the checkasm test if CONFIG_STATIC is disabled
authorMartin Storsjö <martin@martin.st>
Fri, 30 Dec 2016 19:45:51 +0000 (21:45 +0200)
committerMartin Storsjö <martin@martin.st>
Mon, 9 Jan 2017 11:57:02 +0000 (13:57 +0200)
commit4e62b57ee03928c12a3119dcaf78ffa1f4d6985f
tree13074668af70d58c239f625315c15afbfe145af6
parent2835e9a9fd2b355e7936d1024ff1bf5fe454e428
fate: Skip the checkasm test if CONFIG_STATIC is disabled

When building DLLs with MSVC, CONFIG_STATIC is disabled (see
d66c52c2b3694 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: Martin Storsjö <martin@martin.st>
tests/fate/checkasm.mak