alien.libraries.finder.linux: add some tests.

db4
John Benediktsson 2014-06-08 13:37:10 -07:00
parent 96e337f937
commit b7bd78d92d
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
USING: alien.libraries.finder sequences tools.test ;
IN: alien.libraries.fidner.linux
{ t } [ "libm.so" "m" find-library subseq? ] unit-test
{ t } [ "libc.so" "c" find-library subseq? ] unit-test