Added testing with Catch2
Some checks failed
ci/woodpecker/push/workflow Pipeline failed

This commit is contained in:
2025-09-30 21:46:26 +03:00
committed by Emin Arslan
parent 34d35d6039
commit 8fc3e82173
3 changed files with 47 additions and 4 deletions

View File

@@ -13,6 +13,8 @@ steps:
- name: test
image: ubuntu
commands:
# TODO: Probably make actual tests at some point
# Automated tests, this should not fail
- ./test
# Manual test, you can see the output of this in woodpecker
- echo "(print 42)" | ./build/main
# TODO: add publish step, when we're at a working state.