aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-11-18 13:14:27 +0100
committerlaforge <laforge@gnumonks.org>2019-09-26 19:33:13 +0000
commitdd61cd2ffff5e8a6f56f367972adb2558028efe2 (patch)
tree3cb2450d974a3c953ff540474a7df8453ea8963d /tests/Makefile.am
parentec4b62705df85a5df06806c4b8b5a04c7e4a5846 (diff)
No fail if no /proc/cpuinfo
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 92edf752..ececf69c 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -336,7 +336,7 @@ noinst_HEADERS = conv/conv.h
TESTSUITE = $(srcdir)/testsuite
check-local: atconfig $(TESTSUITE)
- cat /proc/cpuinfo
+ [ -e /proc/cpuinfo ] && cat /proc/cpuinfo
$(SHELL) '$(TESTSUITE)' $(TESTSUITEFLAGS)
$(MAKE) $(AM_MAKEFLAGS) ext-tests