diff options
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r-- | test/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index b91258c..d6d67e6 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -2,6 +2,7 @@ set(TEST_FILES catch_main.cpp test_common.cpp test_2015.cpp + test_2016.cpp ) add_executable(aoc ${TEST_FILES}) |