c3c init-lib does not create the directory with the .c3l suffix #1253

This commit is contained in:
Christoffer Lerno
2024-07-27 11:49:53 +02:00
parent 3cbb10392c
commit 51661f5c55
3 changed files with 18 additions and 3 deletions

View File

@@ -324,6 +324,13 @@ jobs:
cd resources/testproject
../../build/c3c run --debug-log --linker=builtin
- name: Init a library & a project
run: |
./build/c3c init-lib mylib
ls mylib.c3l
./build/c3c init myproject
ls myproject
- name: run compiler tests
run: |
cd test