Skip to content

Commit

Permalink
tests: fix wording of comment in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
arogge committed Aug 22, 2019
1 parent bb9942e commit 1467956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/tests/CMakeLists.txt
Expand Up @@ -290,7 +290,7 @@ IF(HAVE_EXECINFO_H AND HAVE_BACKTRACE AND HAVE_BACKTRACE_SYMBOLS)
gtest_discover_tests(test_backtrace TEST_PREFIX gtest:)
ENDIF()

####### test_backtrace #####################################
####### test_crc32 #####################################
add_executable(test_crc32 test_crc32.cc ../stored/crc32/crc32.cc)

target_link_libraries(test_crc32
Expand Down

0 comments on commit 1467956

Please sign in to comment.