summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-02-28 12:31:11 -0500
committerTavian Barnes <tavianator@tavianator.com>2024-02-28 22:11:55 -0500
commitf0418655db6a344afd5c26efd04a4e4d87128233 (patch)
treefb171b019ebc95d3f71466476f4f10703cd582b2 /GNUmakefile
parent39ce13d45c5881d84e2de98243052811e3648224 (diff)
downloadbfs-f0418655db6a344afd5c26efd04a4e4d87128233.tar.xz
tests/ioq: New unit test
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index b0314d8..852621e 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -283,6 +283,7 @@ $(BIN)/tests/units: \
$(OBJ)/tests/alloc.o \
$(OBJ)/tests/bfstd.o \
$(OBJ)/tests/bit.o \
+ $(OBJ)/tests/ioq.o \
$(OBJ)/tests/main.o \
$(OBJ)/tests/trie.o \
$(OBJ)/tests/xtime.o \