mirror of
https://github.com/lune-org/lune.git
synced 2025-04-10 21:40:54 +01:00
36 lines
547 B
Markdown
36 lines
547 B
Markdown
# tests/ffi
|
|
|
|
## Requirements
|
|
|
|
gcc for library compiling (for external-\*)
|
|
|
|
## Results
|
|
|
|
**External tests**
|
|
|
|
- [x] tests/ffi/external-math
|
|
- [x] tests/ffi/external-pointer
|
|
- [x] tests/ffi/external-print
|
|
- [x] tests/ffi/external-struct
|
|
- [ ] tests/ffi/external-closure
|
|
|
|
> failed (segfault)
|
|
|
|
**Luau-side**
|
|
|
|
- [ ] tests/ffi/pretty-print :white_check_mark:
|
|
|
|
> need box, ref test
|
|
|
|
- [x] tests/ffi/isInteger
|
|
- [ ] tests/ffi/into-boundary
|
|
|
|
> need assertion
|
|
|
|
- [ ] tests/ffi/from-boundary
|
|
|
|
> need assertion
|
|
|
|
- [ ] tests/ffi/cast
|
|
|
|
> need assertion
|