diff options
author | sanine <sanine.not@pm.me> | 2022-04-04 12:39:36 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-04-04 12:39:36 -0500 |
commit | c4619e22d571bffa75ab033fceda7915c676f90d (patch) | |
tree | 0cd8adba7f52335c147d83847232b043b6f39666 /CMakeLists.txt | |
parent | abe324281121925be29c98f32d19a187a7e3f53f (diff) |
add basic mock queue + test
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d36e1b3..397284c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,6 +14,7 @@ add_executable(lily-metatest ${TEST_SRC}/main.c ${TEST_SRC}/helpers.c ${TEST_SRC}/assertions.c + ${TEST_SRC}/mock_queue.c ) set_target_properties(lily-metatest PROPERTIES C_STANDARD 99 |