aboutsummaryrefslogtreecommitdiffstats
path: root/nihil.posix/CMakeLists.txt
diff options
context:
space:
mode:
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
)