suppress the failures of the musl/pleval test
authorSzabolcs Nagy <nsz@port70.net>
Sun, 5 Jan 2020 16:01:10 +0000 (16:01 +0000)
committerSzabolcs Nagy <nsz@port70.net>
Sun, 5 Jan 2020 16:01:10 +0000 (16:01 +0000)
ideally it should be rewritten so the test does not depend on internals,
but generated .mo files, for now that static linked test works so keep it.

src/musl/pleval.mk [new file with mode: 0644]

diff --git a/src/musl/pleval.mk b/src/musl/pleval.mk
new file mode 100644 (file)
index 0000000..c15058a
--- /dev/null
@@ -0,0 +1,5 @@
+# suppress warnings, with gcc -Wno-parentheses -Wno-bool-compare is needed
+$(N).CFLAGS := -w
+# do not build and run the dynamic link tests (__pleval is no longer public)
+$(B)/$(N).err:
+       touch $@