Skip to content

Commit a598519

Browse files
committed
🎨 Add dependencies for hypothesis test
Problem: - The tuple PB test does not properly depend on `tuple.hpp` and `tuple_algorithms.hpp`, so it does not get rebuilt when either of those files changes. Solution: - Add `EXTRA_DEPS` to the test.
1 parent c8aa593 commit a598519

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/pbt/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ if(${CMAKE_CXX_STANDARD} GREATER_EQUAL 20)
88
PYTEST
99
FILES
1010
tuple.py
11+
EXTRA_DEPS
12+
${CMAKE_SOURCE_DIR}/include/stdx/tuple.hpp
13+
${CMAKE_SOURCE_DIR}/include/stdx/tuple_algorithms.hpp
1114
EXTRA_ARGS
1215
-vv
1316
-n2

0 commit comments

Comments
 (0)