Skip to content

Commit

Permalink
better test for ip_link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Risto97 committed Oct 4, 2024
1 parent 8ecea4f commit 94abc44
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/ip_link/ip_link_different_subdir/ips/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,13 @@ add_ip(top)

ip_sources(top SYSTEMRDL
${CMAKE_CURRENT_LIST_DIR}/src.rdl)


add_subdirectory(ip2)
add_subdirectory(ip3)
add_subdirectory(ip4)

ip_link(ip2 ip4)

ip_link(top ip3)
ip_link(ip3 ip2)
2 changes: 2 additions & 0 deletions tests/ip_link/ip_link_different_subdir/ips/ip2/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
add_ip(ip2)

2 changes: 2 additions & 0 deletions tests/ip_link/ip_link_different_subdir/ips/ip3/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
add_ip(ip3)

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
add_ip(ip4)

0 comments on commit 94abc44

Please sign in to comment.