Skip to content

Commit

Permalink
empty.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
Strilanc committed Mar 15, 2024
1 parent b1adffe commit c3385d4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY out)
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY out)

find_package(GTest QUIET)
add_executable(stim_test src/stim/str_util.test.cc)
add_executable(stim_test empty.cc)
target_link_libraries(stim_test GTest::gtest GTest::gtest_main)
target_compile_options(stim_test PRIVATE -Wall -Wpedantic -g -fno-omit-frame-pointer -fno-strict-aliasing -fsanitize=undefined -fsanitize=address ${MACHINE_FLAG})
target_compile_options(stim_test PRIVATE -Wall -Wpedantic -g -fno-omit-frame-pointer -fno-strict-aliasing -fsanitize=undefined -fsanitize=address)
target_link_options(stim_test PRIVATE -g -fno-omit-frame-pointer -fsanitize=undefined -fsanitize=address)
Empty file added empty.cc
Empty file.
15 changes: 0 additions & 15 deletions src/stim/str_util.test.cc

This file was deleted.

0 comments on commit c3385d4

Please sign in to comment.