2015-06-05 20:05:57 -04:00
|
|
|
USING: alien.libraries.finder sequences tools.test
|
|
|
|
alien.libraries.finder.linux.private ;
|
|
|
|
IN: alien.libraries.finder.linux
|
2014-06-08 16:37:10 -04:00
|
|
|
|
|
|
|
{ t } [ "libm.so" "m" find-library subseq? ] unit-test
|
|
|
|
{ t } [ "libc.so" "c" find-library subseq? ] unit-test
|
2015-06-05 20:05:57 -04:00
|
|
|
|
|
|
|
{ t } [ "libSDL" { "libSDL-1.2.so.0" f f } name-matches? ] unit-test
|
|
|
|
{ t } [ "libSDL-1" { "libSDL-1.2.so.0" f f } name-matches? ] unit-test
|
|
|
|
{ t } [ "libSDL-1.2" { "libSDL-1.2.so.0" f f } name-matches? ] unit-test
|