Fix dependencies and tests

This commit is contained in:
2025-07-11 19:06:17 +03:00
parent 4af416f58a
commit 75719e0308
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ build() {
# The check function is executed in the source directory
# This function is used to run tests to verify the package has been compiled correctly
check() {
make test_harness
make test
}
# The package function is executed in the source directory