aboutsummaryrefslogtreecommitdiffstats
path: root/nihil.posix/CMakeLists.txt
diff options
context:
space:
mode:
authorLexi Winter <lexi@le-fay.org>2025-06-30 09:10:16 +0100
committerLexi Winter <lexi@le-fay.org>2025-06-30 09:10:16 +0100
commit36427c0966faa7aecd586b397ed9b845f18172f5 (patch)
tree0d86c7ca9ac9e2e768b54d491bf596fb84f5e45a /nihil.posix/CMakeLists.txt
parent034cd404a129103a8dd7747e6bd00ffd5550da93 (diff)
downloadnihil-36427c0966faa7aecd586b397ed9b845f18172f5.tar.gz
nihil-36427c0966faa7aecd586b397ed9b845f18172f5.tar.bz2
more refactoring; add stat()
Diffstat (limited to 'nihil.posix/CMakeLists.txt')
-rw-r--r--nihil.posix/CMakeLists.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/nihil.posix/CMakeLists.txt b/nihil.posix/CMakeLists.txt
index 61e83df..1fcc365 100644
--- a/nihil.posix/CMakeLists.txt
+++ b/nihil.posix/CMakeLists.txt
@@ -27,6 +27,7 @@ target_sources(nihil.posix
read_file.ccm
rename.ccm
spawn.ccm
+ stat.ccm
tempfile.ccm
write_file.ccm
)
@@ -40,9 +41,13 @@ if(NIHIL_TESTS)
execlp.test.cc
execshell.test.cc
execv.test.cc
+ execvp.test.cc
fd.test.cc
+ find_in_path.test.cc
getenv.test.cc
- test.spawn.cc
+ open.test.cc
+ open_in_path.test.cc
+ stat.test.cc
tempfile.test.cc
)