Skip to content

Commit c918007

Browse files
authored
Merge pull request #1913 from verilog-to-routing/updating_test_framework
Updating the unit test framework (Catch) used to the latest version
2 parents 3dbf54f + 8fb764d commit c918007

File tree

461 files changed

+122338
-11654
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

461 files changed

+122338
-11654
lines changed

dev/subtree_config.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,9 @@
4444
internal_path="libs/EXTERNAL/libinterchange"
4545
external_url="https://github.com/chipsalliance/fpga-interchange-schema.git"
4646
default_external_ref="main"/>
47+
<subtree
48+
name="libcatch2"
49+
internal_path="libs/EXTERNAL/libcatch2"
50+
external_url="https://github.com/catchorg/Catch2.git"
51+
default_external_ref="devel"/>
4752
</subtrees>

libs/EXTERNAL/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#Manually synchronized external libraries
22
add_subdirectory(libpugixml)
3-
add_subdirectory(libcatch)
43

54
#External libraries synchronized with 'git subtree'
65
add_subdirectory(libargparse)
76
add_subdirectory(libsdcparse)
87
add_subdirectory(libblifparse)
98
add_subdirectory(libtatum)
9+
add_subdirectory(libcatch2)
1010

1111
#VPR_USE_EZGL is initialized in the root CMakeLists.
1212
#compile libezgl only if the user asks for or has its dependencies installed.

libs/EXTERNAL/libcatch/CMakeLists.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

libs/EXTERNAL/libcatch/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)