This commit is contained in:
2026-03-09 07:53:06 +00:00
parent 975afaf3f0
commit 470412a1c2
82 changed files with 7094 additions and 5234 deletions

8
tests/hook/Makefile Normal file
View File

@@ -0,0 +1,8 @@
BIN_DIR := $(abspath $(CURDIR)/../bin)
all:
gcc -g -o $(BIN_DIR)/hook_api_test hook_api_test.c
clean:
rm -rf $(BIN_DIR)/hook_api_test