diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2023-10-28 18:00:49 +0200 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2023-10-28 18:00:49 +0200 |
commit | a1a11b0092fcc1b687717929b03c4288fc473c16 (patch) | |
tree | fa58e3686159ea70864f4766df7fd262f03d0a88 | |
parent | a476e8e8f087d88c63cf3630bbbcf76fe56d680f (diff) | |
download | kit-a1a11b0092fcc1b687717929b03c4288fc473c16.zip |
test
-rw-r--r-- | source/tests/file.test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/tests/file.test.c b/source/tests/file.test.c index 6faef1b..6fde8fa 100644 --- a/source/tests/file.test.c +++ b/source/tests/file.test.c @@ -24,6 +24,8 @@ TEST("path cache") { path_join(WRAP_STR(user), SZ(".cache"), NULL); #endif + printf("cache: %s \ngot: %s \n", BS(cache), BS(expected)); + REQUIRE(AR_EQUAL(cache, expected)); DA_DESTROY(user); |