Native ls

This commit is contained in:
Christoffer Lerno
2023-06-19 17:27:04 +02:00
committed by Christoffer Lerno
parent ab93389031
commit d5b01d3a8f
6 changed files with 73 additions and 41 deletions

View File

@@ -39,6 +39,7 @@ jobs:
..\build\${{ matrix.build_type }}\c3c.exe compile-run examples\contextfree\boolerr.c3
..\build\${{ matrix.build_type }}\c3c.exe compile-run examples\load_world.c3
..\build\${{ matrix.build_type }}\c3c.exe compile-run examples\process.c3
..\build\${{ matrix.build_type }}\c3c.exe compile-run examples\ls.c3
- name: Build testproject
@@ -256,6 +257,7 @@ jobs:
../build/c3c compile-run examples/contextfree/boolerr.c3
../build/c3c compile-run examples/load_world.c3
../build/c3c compile-run examples/process.c3
../build/c3c compile-run examples/ls.c3
- name: Compile run unit tests
run: |