Add some extra tests

This commit is contained in:
2026-06-01 13:48:29 -05:00
parent 98db62a4bc
commit eedb7769e6
2 changed files with 162 additions and 0 deletions
+2
View File
@@ -1,4 +1,6 @@
#!/bin/bash
set -e
rm -rf build-tests
cmake -S . -B build-tests -DDUSK_BUILD_TESTS=ON -DDUSK_TARGET_SYSTEM=linux
cmake --build build-tests -- -j$(nproc)
ctest --output-on-failure --test-dir build-tests