mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Some simple stdlib tests.
This commit is contained in:
committed by
Christoffer Lerno
parent
2fefed5bda
commit
285299dcd5
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user