Skip to content

Commit

Permalink
Created and setup subdirectory for actsvg plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
fredevb committed Jun 29, 2023
1 parent ad2b2dc commit 81f9615
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ add_subdirectory( io )
add_subdirectory( utils )
add_subdirectory( cpu )
add_subdirectory( covfie )
add_subdirectory( actsvg )

# Set up all of the "device" tests.
if( DETRAY_BUILD_CUDA OR DETRAY_BUILD_SYCL )
Expand Down
10 changes: 10 additions & 0 deletions tests/unit_tests/actsvg/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Detray library, part of the ACTS project (R&D line)
#
# (c) 2021-2023 CERN for the benefit of the ACTS project
#
# Mozilla Public License Version 2.0

# Set up the core tests.
detray_add_test( actsvg
"surface_svg_converter.cpp"
LINK_LIBRARIES GTest::gtest_main detray_tests_common detray::core_array actsvg::core actsvg::meta )
3 changes: 3 additions & 0 deletions tests/unit_tests/actsvg/surface_svg_converter.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
//#include "detray/extern/actsvg/core/include/actsvg/core/draw.hpp"
#include <actsvg/core/draw.hpp>
using namespace actsvg;

0 comments on commit 81f9615

Please sign in to comment.