]> gitweb.factorcode.org Git - factor.git/blob - basis/alien/libraries/libraries-tests.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / alien / libraries / libraries-tests.factor
1 USING: alien.libraries alien.syntax tools.test kernel ;
2 IN: alien.libraries.tests
3
4 [ f ] [ DLL" fadfasdfsada" dll-valid? ] unit-test
5
6 [ f ] [ "does not exist" DLL" fadsfasfdsaf" dlsym ] unit-test
7
8 [ ] [ "doesnotexist" dlopen dlclose ] unit-test
9
10 [ "fdasfsf" dll-valid? drop ] must-fail