summaryrefslogtreecommitdiffstats
path: root/tests/017/glob-carray.tl
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2020-12-23 19:37:12 -0800
committerKaz Kylheku <kaz@kylheku.com>2020-12-23 19:37:12 -0800
commitd236fbed3338996fd6ed7791178f5c1972864b50 (patch)
treedcc4c2cc64349ea730fbecbb3861313f44088e1a /tests/017/glob-carray.tl
parenta2ae08b22f7ffc41f3bef42f2437dc2a2d4f99ed (diff)
downloadtxr-d236fbed3338996fd6ed7791178f5c1972864b50.tar.gz
txr-d236fbed3338996fd6ed7791178f5c1972864b50.tar.bz2
txr-d236fbed3338996fd6ed7791178f5c1972864b50.zip
android: fix socket module, failing tests.
* socket.c: Add missing #include <netinet/in.h>. * tests/017/glob-carray.tl, tests/017/glob-zarray.tl: Use same definition for struct glob as Cygwin. Both are of BSD origin. * tests/017/realpath.tl: Do not test on Android. * tests/common.tl (os-symbol): Detect Android and return :android. (libc): Handle :android.
Diffstat (limited to 'tests/017/glob-carray.tl')
-rw-r--r--tests/017/glob-carray.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/017/glob-carray.tl b/tests/017/glob-carray.tl
index 99660576..7913701b 100644
--- a/tests/017/glob-carray.tl
+++ b/tests/017/glob-carray.tl
@@ -12,7 +12,7 @@
(nil int)
(pathv (carray str))
(nil (array 4 cptr)))))
- ((:cygnal :cygwin)
+ ((:cygnal :cygwin :android)
(deffi-type glob-t (struct glob-t
(pathc size-t)
(nil size-t)