dbenoit17 / dynamic-ffi

Auto define Racket bindings to C by parsing header files.
Other
28 stars 10 forks source link

Auto tests for non-cached define-dynamic-ffi #18

Closed dbenoit17 closed 5 years ago

dbenoit17 commented 5 years ago

Currently there are only manual tests for define-dynamic-ffi. This is because the system library paths it would take as parameters in tests are not portable between systems. Fixing #17 will allow automated tests of this function to be added to the test suite.

The cached variant define-dynamic-ffi/cached is not affected by this issue, and is tested as part of the automated tests.