()
| 10 | const { cString, fixtureSymbols, libraryPath } = require('./ffi-test-common'); |
| 11 | |
| 12 | function getLibrary() { |
| 13 | return ffi.dlopen(libraryPath, fixtureSymbols); |
| 14 | } |
| 15 | |
| 16 | test('ffi calls support integer arithmetic and char semantics', () => { |
| 17 | const { lib, functions: symbols } = getLibrary(); |
no outgoing calls
no test coverage detected
searching dependent graphs…