Some simple stdlib tests.

This commit is contained in:
Christoffer Lerno
2022-11-20 16:38:18 +01:00
committed by Christoffer Lerno
parent 2fefed5bda
commit 285299dcd5
3 changed files with 104 additions and 8 deletions

View File

@@ -205,6 +205,11 @@ jobs:
../build/c3c compile-run examples/fannkuch-redux.c3
../build/c3c compile-run examples/contextfree/boolerr.c3
- name: Compile run stdlib tests
run: |
cd test
../build/c3c compile-test stdlib/conv_tests.c3 -g1 --safe
- name: Build testproject
run: |
cd resources/testproject
@@ -271,6 +276,11 @@ jobs:
../build/c3c compile-run examples/fannkuch-redux.c3
../build/c3c compile-run examples/contextfree/boolerr.c3
- name: Compile run stdlib tests
run: |
cd test
../build/c3c compile-test stdlib/conv_tests.c3 -g1 --safe
- name: Build testproject
run: |
cd resources/testproject