refactor(hmpl): eval

This commit is contained in:
2025-03-22 19:45:17 +00:00
parent 0f4591813f
commit 79eaa8bef0
5 changed files with 133 additions and 34 deletions
+1
View File
@@ -28,6 +28,7 @@ stdenv.mkDerivation {
checkPhase = ''
mkdir -p target/test
export LOG_LEVEL=DEBUG
for test_file in test/*.c; do
exe="target/test/$(basename ''${test_file%.c})"
${gcc}/bin/cc -Wall -Wextra -g -pedantic \