mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 19:03:16 +00:00
- Create `test` and `tactility-core-tests` subprojects - Created tests for `thread.c` - Fixed issue with thread cleanup (see what I did there? :P) - Removed functions from `thread.h` that did not exist anymore - Updated `ideas.md`
5 lines
136 B
Bash
Executable File
5 lines
136 B
Bash
Executable File
cmake -S ./ -B build-sim
|
|
cmake --build build-sim --target build-tests -j 14
|
|
build-sim/tests/tactility-core/tactility-core-tests --exit
|
|
|