From 9bed01c59d5f5fe0bbc9d025ae95cf3b9518d5a7 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 13 May 2017 19:01:53 -0700 Subject: tests: first FFI regression test case. * tests/017/qsort.expected: New file. * tests/017/qsort.tl: New file. * tests/common.tl (libc): New function. * Makefile (tst/tests/017/%): Clear TXR_DBG_OPTS so the GC stress test isn't applied to tests in this directory. --- tests/common.tl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/common.tl') diff --git a/tests/common.tl b/tests/common.tl index a61c0ff1..3cd5df63 100644 --- a/tests/common.tl +++ b/tests/common.tl @@ -32,3 +32,8 @@ (iff (f^ #/Darwin/) (ret :macos)) (ret :unknown)) u.sysname])) + +(defun libc () + (caseql (os-symbol) + ((:linux :solaris :macos) (dlopen nil)) + ((:cygwin) (dlopen "cygwin1.dll")))) -- cgit v1.2.3