This PR migrates most remaining tests to the new test suite. It also completes the migration of directories like `tests/lean/run`, meaning that PRs trying to add tests to those old directories will now fail. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| README.md | ||
| run_test | ||
| test.lean | ||
| test.lean.out.expected | ||
In this example, we use the Lean C code generator to construct a simple program.
1- Generate build/bin/test program using leanmake bin (assuming bin/ from e.g. the stage 0.5 build directory is in your PATH)
2- Execute test program
./build/bin/test hello world
It should produce Result: [hello, world]