Skip to content

Commit

Permalink
Fix CMakeLists in tests as well
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Dec 9, 2024
1 parent 3385b30 commit 97b9a20
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions libmamba/ext/solv-cpp/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ add_executable(
src/main.cpp
src/msvc_catch_string_view.cpp
src/pool_data.cpp
src/pool_data.hpp
src/test_pool.cpp
src/test_queue.cpp
src/test_repo.cpp
Expand Down
18 changes: 9 additions & 9 deletions libmamba/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ set(
src/specs/test_regex_spec.cpp
src/specs/test_repo_data.cpp
src/specs/test_unresolved_channel.cpp
src/specs/test_version.cpp
src/specs/test_version_spec.cpp
src/specs/test_version.cpp
# Solver tests
src/solver/test_problems_graph.cpp
src/solver/test_request.cpp
src/solver/test_solution.cpp
src/solver/test_problems_graph.cpp
# Solver libsolv implementation tests
src/solver/libsolv/test_database.cpp
src/solver/libsolv/test_solver.cpp
Expand All @@ -77,21 +77,21 @@ set(
src/core/test_configuration.cpp
src/core/test_cpp.cpp
src/core/test_env_file_reading.cpp
src/core/test_env_lockfile.cpp
src/core/test_environments_manager.cpp
src/core/test_execution.cpp
src/core/test_filesystem.cpp
src/core/test_history.cpp
src/core/test_invoke.cpp
src/core/test_lockfile.cpp
src/core/test_pinning.cpp
src/core/test_output.cpp
src/core/test_pinning.cpp
src/core/test_progress_bar.cpp
src/core/test_shell_init.cpp
src/core/test_tasksync.cpp
src/core/test_thread_utils.cpp
src/core/test_virtual_packages.cpp
src/core/test_util.cpp
src/core/test_env_lockfile.cpp
src/core/test_execution.cpp
src/core/test_invoke.cpp
src/core/test_tasksync.cpp
src/core/test_filesystem.cpp
src/core/test_virtual_packages.cpp
)

message(STATUS "Building libmamba C++ tests")
Expand Down

0 comments on commit 97b9a20

Please sign in to comment.