Skip to content

Commit

Permalink
Break down the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dr8co committed Apr 12, 2024
1 parent 07b4a3f commit 198d410
Show file tree
Hide file tree
Showing 6 changed files with 1,498 additions and 1,074 deletions.
11 changes: 10 additions & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
cmake_minimum_required(VERSION 3.28)

project(LiteString C CXX)

# Test executable
add_executable(testLiteString testLiteString.cpp)
add_executable(testLiteString
testLiteString.cpp
testConversion.cpp
testModifiers.cpp
testOperations.cpp
testSearch.cpp)

# Link with gtest
target_link_libraries(testLiteString lite-string gtest gtest_main)
Expand Down
Loading

0 comments on commit 198d410

Please sign in to comment.