42 lines
1.7 KiB
JSON
42 lines
1.7 KiB
JSON
[
|
|
// ---------------------------------------------------------------------------------------------------------------------
|
|
// ----- Odin Tests ------------------------
|
|
// ---------------------------------------------------------------------------------------------------------------------
|
|
{
|
|
"label": "Test many_bits",
|
|
"command": "odin test many_bits -out=out/debug/test_many_bits",
|
|
"cwd": "$ZED_WORKTREE_ROOT"
|
|
},
|
|
{
|
|
"label": "Test ring",
|
|
"command": "odin test ring -out=out/debug/test_ring",
|
|
"cwd": "$ZED_WORKTREE_ROOT"
|
|
},
|
|
{
|
|
"label": "Test levsort",
|
|
"command": "odin test levsort -out=out/debug/test_levsort",
|
|
"cwd": "$ZED_WORKTREE_ROOT"
|
|
},
|
|
{
|
|
"label": "Test levsync",
|
|
"command": "odin test levsync -out=out/debug/test_levsync",
|
|
"cwd": "$ZED_WORKTREE_ROOT"
|
|
},
|
|
// ---------------------------------------------------------------------------------------------------------------------
|
|
// ----- LMDB Examples ------------------------
|
|
// ---------------------------------------------------------------------------------------------------------------------
|
|
{
|
|
"label": "Run lmdb example",
|
|
"command": "odin run vendor/lmdb/examples -debug -out=out/debug/lmdb-examples",
|
|
"cwd": "$ZED_WORKTREE_ROOT"
|
|
},
|
|
// ---------------------------------------------------------------------------------------------------------------------
|
|
// ----- Other ------------------------
|
|
// ---------------------------------------------------------------------------------------------------------------------
|
|
{
|
|
"label": "Run debug",
|
|
"command": "odin run debug -debug -out=out/debug/debug",
|
|
"cwd": "$ZED_WORKTREE_ROOT"
|
|
}
|
|
]
|