summaryrefslogtreecommitdiff
path: root/test/misc/Makefile.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2015-03-22 14:47:29 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2015-03-22 14:49:27 +0100
commit63729418992d5f63965a88fa2ac3570e3d270479 (patch)
tree3e64e47f489d2f9aa6910cf42aa9fb6418b35427 /test/misc/Makefile.in
parent09ff424905d5de0b2a21a3960d9756a90b07ba26 (diff)
test: add utmpx test
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'test/misc/Makefile.in')
-rw-r--r--test/misc/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/misc/Makefile.in b/test/misc/Makefile.in
index 1e0da6f43..2fb9652fd 100644
--- a/test/misc/Makefile.in
+++ b/test/misc/Makefile.in
@@ -16,6 +16,10 @@ ifeq ($(UCLIBC_HAS_GLOB),)
TESTS_DISABLED += bug-glob2
endif
+ifeq ($(UCLIBC_HAS_UTMPX),)
+TESTS_DISABLED += tst-utmpx
+endif
+
DODIFF_dirent := 1
DODIFF_dirent64 := 1
DODIFF_tst-statfs := 1