suppress the failures of the musl/pleval test
[libc-test] / src / musl / pleval.mk
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 $@