aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2023-10-16 20:11:55 +0200
committerJohannes Stoelp <johannes.stoelp@gmail.com>2023-10-16 20:11:55 +0200
commitd80134afe11289bf68630d59e0db5edcbb898c20 (patch)
tree16d20a673e56449a3502d15d669d76a1a761b255 /Makefile
parenta28790b91d89002edb27dd1bc3997b1d03a94d7e (diff)
downloadcpp-utils-d80134afe11289bf68630d59e0db5edcbb898c20.tar.gz
cpp-utils-d80134afe11289bf68630d59e0db5edcbb898c20.zip
log: add minimal stderr logger
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 05d7233..8d1fb21 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
TEST += bitfield
TEST += option
TEST += timer
+TEST += log
# -- INTERNALS -----------------------------------------------------------------