Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Use doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamYuan committed May 14, 2023
1 parent 01c44d5 commit 1c6ab28
Show file tree
Hide file tree
Showing 5 changed files with 7,155 additions and 23,662 deletions.
2 changes: 1 addition & 1 deletion block/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ target_include_directories(HyperCraft_block
)
target_link_libraries(HyperCraft_block PUBLIC hc::texture::block hc::dep)

add_executable(HyperCraft_block_test test/test_block.cpp test/catch_amalgamated.cpp)
add_executable(HyperCraft_block_test test/test_block.cpp)
target_link_libraries(HyperCraft_block_test PRIVATE hc::block)
Loading

0 comments on commit 1c6ab28

Please sign in to comment.