From 66a14a1e339ac9e08cfa32b3b1549b107aafe719 Mon Sep 17 00:00:00 2001 From: herman ten brugge Date: Tue, 22 Oct 2019 20:45:03 +0200 Subject: [PATCH] Add testcase for elf_version --- tests/tests2/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/tests2/Makefile b/tests/tests2/Makefile index c88aff23..c6e62753 100644 --- a/tests/tests2/Makefile +++ b/tests/tests2/Makefile @@ -60,6 +60,9 @@ GEN-ALWAYS = 104_inline.test : FLAGS += $(SRC)/104+_inline.c 104_inline.test : GEN = $(GEN-TCC) +# this test needs pthread +106_pthread.test: FLAGS += -pthread + # Filter source directory in warnings/errors (out-of-tree builds) FILTER = 2>&1 | sed 's,$(SRC)/,,g' # Filter some always-warning