Update wrapper to Kuzu v0.11.0.
This commit is contained in:
parent
0f58c5e565
commit
4f441cdbe4
11 changed files with 1370 additions and 95 deletions
|
|
@ -13,7 +13,7 @@ requires "nim ^= 2.0.0"
|
|||
#requires "zip ^= 0.3.1"
|
||||
|
||||
task makewrapper, "Generate the C wrapper using Futhark":
|
||||
exec "nim c -d:futharkWrap --outdir=. src/kuzu.nim"
|
||||
exec "nim c -d:futharkWrap --outdir=tmp/ src/kuzu.nim"
|
||||
|
||||
task test, "Run the test suite.":
|
||||
exec "testament --megatest:off all"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue