Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test CICD 2
Browse files Browse the repository at this point in the history
EliasReutelsterz committed Jun 11, 2024
1 parent 00cad64 commit 3dd8b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/interface/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -11,6 +11,6 @@ enable_testing()
COMMENT "Generating a test runner")

add_executable(tensor-view-target TensorView.t.cpp)
target_include_directories(tensor-view-target PUBLIC ${CMAKE_SOURCE_DIR}/../../include ${CXXTEST_INCLUDE_DIRS})
target_include_directories(tensor-view-target PUBLIC ${CMAKE_SOURCE_DIR}/../../tensorforge/include ${CXXTEST_INCLUDE_DIRS})
target_compile_options(tensor-view-target PUBLIC "-std=c++11")
add_test(tensor-view tensor-view-target)

0 comments on commit 3dd8b95

Please sign in to comment.