Skip to content

Updating the unit test framework (Catch) used to the latest version #1913

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Nov 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 5 additions & 0 deletions dev/subtree_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,9 @@
internal_path="libs/EXTERNAL/libinterchange"
external_url="https://github.com/chipsalliance/fpga-interchange-schema.git"
default_external_ref="main"/>
<subtree
name="libcatch2"
internal_path="libs/EXTERNAL/libcatch2"
external_url="https://github.com/catchorg/Catch2.git"
default_external_ref="devel"/>
</subtrees>
2 changes: 1 addition & 1 deletion libs/EXTERNAL/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#Manually synchronized external libraries
add_subdirectory(libpugixml)
add_subdirectory(libcatch)

#External libraries synchronized with 'git subtree'
add_subdirectory(libargparse)
add_subdirectory(libsdcparse)
add_subdirectory(libblifparse)
add_subdirectory(libtatum)
add_subdirectory(libcatch2)

#VPR_USE_EZGL is initialized in the root CMakeLists.
#compile libezgl only if the user asks for or has its dependencies installed.
Expand Down
8 changes: 0 additions & 8 deletions libs/EXTERNAL/libcatch/CMakeLists.txt

This file was deleted.

3 changes: 0 additions & 3 deletions libs/EXTERNAL/libcatch/README.md

This file was deleted.

Loading