All tests passing for C implementation.
This commit is contained in:
9
packages/c/package.json
Normal file
9
packages/c/package.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "@terrace/c",
|
||||
"version": "0.0.1",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build:test": "cc ./test/test-runner.c -o test/test-runner",
|
||||
"test": "./test/test-runner"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user