summaryrefslogtreecommitdiff
path: root/test/dl
AgeCommit message (Expand)Author
2009-09-10* test/dl/test_cptr.rb (test_free=): test SEGV at first.akr
2009-09-09* test/dl/test_dl2.rb (test_call_double, test_sin): fixed argumentnobu
2009-09-07* test/dl/test_{cfunc,ptr}.rb: added tests from Aaron Patterson.nobu
2009-03-18pattern refined for ldd on OpenBSD.akr
2009-03-16* test/dl/test_win32.rb (Win32API): enclosed by DL::TestWin32.nobu
2009-03-11use argument only if it is absolute path.akr
2009-03-11* test/dl/test_base.rb: decide dll name of MSVCRT from RUBY_SO_NAME on native...usa
2009-03-07use ldd to find libc and libm if no information.akr
2009-03-07add 64bit solaris library.akr
2009-03-07don't exit even if libc/libm is not found.akr
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2009-03-05* test/dl/test_base.rb: Add dragonfly to libc and libm switch.naruse
2009-03-03* test/dl: moved from ext/dl/test.nobu