Skip to content

Commit

Permalink
TEST: Use EXTRA_ARGS to pass path to CONDA_PREFIX/include
Browse files Browse the repository at this point in the history
  • Loading branch information
czgdp1807 committed Dec 18, 2023
1 parent 6674254 commit 3597b8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -188,4 +188,5 @@ RUN(NAME array_01.cpp LABELS gcc llvm NOFAST
EXTRA_ARGS --extra-arg=-I${CMAKE_CURRENT_SOURCE_DIR}/../src/runtime/include)
RUN(NAME array_02.cpp LABELS gcc llvm NOFAST
EXTRA_ARGS --extra-arg=-I${CMAKE_CURRENT_SOURCE_DIR}/../src/runtime/include)
RUN(NAME array_03.cpp LABELS gcc llvm NOFAST)
RUN(NAME array_03.cpp LABELS gcc llvm NOFAST
EXTRA_ARGS --extra-arg=-I${CONDA_PREFIX}/include)

0 comments on commit 3597b8d

Please sign in to comment.