alien.libraries.finder: cleanup, add windows tests.

master
John Benediktsson 2020-08-05 10:58:43 -07:00
parent 564720281d
commit 40aedcb346
3 changed files with 3 additions and 4 deletions

View File

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

View File

@ -1,9 +1,6 @@
USING: alien.libraries.finder
alien.libraries.finder.macosx.private sequences tools.test ;
IN: alien.libraries.finder.macosx
{
{
f

View File

@ -0,0 +1,3 @@
USING: alien.libraries.finder sequences tools.test ;
{ t } [ "kernel32.dll" "kernel32" find-library subseq? ] unit-test