CismonX
1e047a9331
test: misc refactor
...
- Move common defs and helper functions to check_util.h/check_utils.c.
- Add a prepare script argument for ATX_CHECK_FS* macros.
- ASSERT_EXPR_INT(): Use long int as expression result type.
- Other misc updates.
2025-04-01 22:01:44 +08:00
CismonX
03b638408d
test: more comments and log output
2025-03-22 11:38:59 +08:00
CismonX
18bfbc73da
test: fix helper program
...
In commit 68aafe3d8d
, we forgot to update the code in
the helper test program, which also uses these macros.
2025-03-16 11:53:54 +08:00
CismonX
0b317c2727
test: misc refactor
2025-03-09 11:35:17 +08:00
CismonX
ca43bc6939
test: add tests for hashmap
2025-03-08 13:52:57 +08:00
CismonX
aed846b286
test: extract common prng helpers for future use
2025-03-08 13:50:47 +08:00
CismonX
9050d01fe4
test: add tests for sandbox
2025-03-04 12:05:17 +08:00
CismonX
97ddb47cc8
test: refactor tests
...
- Output more error message.
- Improve conditional tests for watcher.
2025-03-02 12:45:11 +08:00
CismonX
3a0f435572
test: add tests for the file watcher
2025-03-01 11:23:42 +08:00
CismonX
08f0655721
test: init tests; add tests for util lib
...
- Init Autotest.
Not using DejaGNU since there won't be many interactive testing.
- Add basic test cases for the utility library (hash and prng).
2025-02-08 01:48:07 +08:00