Skip to content

Commit e75f850

Browse files
forgot to add in previous commit
1 parent 881cc81 commit e75f850

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ffi.nimble

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ task test, "Run all tests under --mm:orc and --mm:refc":
2626
exec "nim c -r " & flags & " tests/test_cbor_serial.nim"
2727
exec "nim c -r " & flags & " tests/test_ctx_validation.nim"
2828
exec "nim c -r " & flags & " tests/test_nim_native_api.nim"
29+
exec "nim c -r " & flags & " tests/test_meta.nim"
2930

3031
task test_alloc, "Run alloc unit tests under --mm:orc and --mm:refc":
3132
exec "nim c -r " & nimFlagsOrc & " tests/test_alloc.nim"

0 commit comments

Comments
 (0)