diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-02-13 16:25:56 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-02-13 16:25:56 +0100 |
commit | 2856a783f0c935d9ef635f5a8dd43f74bda38299 (patch) | |
tree | 699d1ff20af3cff96ae959cccf06490f246005ff /sinksh/CMakeLists.txt | |
parent | 8035957cf586a7349813934b43c925c39ae76fd0 (diff) | |
download | sink-2856a783f0c935d9ef635f5a8dd43f74bda38299.tar.gz sink-2856a783f0c935d9ef635f5a8dd43f74bda38299.zip |
A sinksh module geared towards self-testing and stress testing.
Diffstat (limited to 'sinksh/CMakeLists.txt')
-rw-r--r-- | sinksh/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sinksh/CMakeLists.txt b/sinksh/CMakeLists.txt index 9048b7d..cc95c83 100644 --- a/sinksh/CMakeLists.txt +++ b/sinksh/CMakeLists.txt | |||
@@ -20,6 +20,7 @@ set(sink_cli_SRCS | |||
20 | syntax_modules/sink_upgrade.cpp | 20 | syntax_modules/sink_upgrade.cpp |
21 | syntax_modules/sink_info.cpp | 21 | syntax_modules/sink_info.cpp |
22 | syntax_modules/sink_livequery.cpp | 22 | syntax_modules/sink_livequery.cpp |
23 | syntax_modules/sink_selftest.cpp | ||
23 | sinksh_utils.cpp | 24 | sinksh_utils.cpp |
24 | repl/repl.cpp | 25 | repl/repl.cpp |
25 | repl/replStates.cpp | 26 | repl/replStates.cpp |