if(RL_TOOLS_BACKEND_ENABLE_BLAS)
add_executable(
        test_nn_layers_concat_constant
        concat_constant.cpp
)
target_link_libraries(
        test_nn_layers_concat_constant
        PRIVATE
        rl_tools
        GTest::gtest_main
)
gtest_discover_tests(test_nn_layers_concat_constant)
endif()