summaryrefslogtreecommitdiffstats
path: root/test/dl
Commit message (Expand)AuthorAgeFilesLines
* * test/dl: use require_relative to require test_base.rb.akr2009-09-106-6/+6
* * test/dl/test_cptr.rb (test_free=): test SEGV at first.akr2009-09-101-0/+15
* * test/dl/test_dl2.rb (test_call_double, test_sin): fixed argumentnobu2009-09-091-6/+7
* * test/dl/test_{cfunc,ptr}.rb: added tests from Aaron Patterson.nobu2009-09-072-0/+77
* pattern refined for ldd on OpenBSD.akr2009-03-181-2/+2
* * test/dl/test_win32.rb (Win32API): enclosed by DL::TestWin32.nobu2009-03-161-3/+3
* use argument only if it is absolute path.akr2009-03-111-2/+2
* * test/dl/test_base.rb: decide dll name of MSVCRT from RUBY_SO_NAME on native...usa2009-03-111-5/+5
* use ldd to find libc and libm if no information.akr2009-03-071-30/+33
* add 64bit solaris library.akr2009-03-071-2/+8
* don't exit even if libc/libm is not found.akr2009-03-071-4/+12
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-062-3/+3
* * test/dl/test_base.rb: Add dragonfly to libc and libm switch.naruse2009-03-051-1/+1
* * test/dl: moved from ext/dl/test.nobu2009-03-035-0/+451