summaryrefslogtreecommitdiff
path: root/test/regex/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/regex/Makefile.in')
-rw-r--r--test/regex/Makefile.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/regex/Makefile.in b/test/regex/Makefile.in
new file mode 100644
index 0000000..59d0c06
--- /dev/null
+++ b/test/regex/Makefile.in
@@ -0,0 +1,6 @@
+# slowsdown embedded test runs extremely and always some
+# some tests are failing
+# for lm32 triggers gcc ICE with gcc 5.3.0
+# ifeq ($(TARGET_lm32),y)
+TESTS_DISABLED := testregex
+# endif