diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index b3410a8..9e59e18 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,5 +1,5 @@ # Creates the binary to run the tests # -add_executable(LXC_Test +add_executable(LXC_Tests src/LexerTests.cpp )