aboutsummaryrefslogtreecommitdiffstats
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorLexi Winter <lexi@le-fay.org>2025-06-21 13:53:10 +0100
committerLexi Winter <lexi@le-fay.org>2025-06-21 13:53:10 +0100
commitca90e97a9da4457790262c53515cb5ab58a2ce4f (patch)
treea8e184fe9d6af5731c6462ab56a390c4e08274f6 /tests/CMakeLists.txt
parent243d958df14b85788232aca623b83826115a5eb9 (diff)
downloadnihil-ca90e97a9da4457790262c53515cb5ab58a2ce4f.tar.gz
nihil-ca90e97a9da4457790262c53515cb5ab58a2ce4f.tar.bz2
add command_map, skipws, next_word
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index c6788a3..13974aa 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -1,12 +1,15 @@
# This source code is released into the public domain.
add_executable(nihil.test
+ command_map.cc
ctype.cc
fd.cc
generator.cc
generic_error.cc
getenv.cc
guard.cc
+ next_word.cc
+ skipws.cc
tabulate.cc)
target_link_libraries(nihil.test PRIVATE