diff --git a/pr-2078/.nojekyll b/pr-2078/.nojekyll new file mode 100644 index 0000000000..e69de29bb2 diff --git a/pr-2078/CMakeLists.txt b/pr-2078/CMakeLists.txt new file mode 100644 index 0000000000..35c9acbe74 --- /dev/null +++ b/pr-2078/CMakeLists.txt @@ -0,0 +1,160 @@ +# ============================================================================ # +# Copyright (c) 2022 - 2024 NVIDIA Corporation & Affiliates. # +# All rights reserved. # +# # +# This source code and the accompanying materials are made available under # +# the terms of the Apache License 2.0 which accompanies this distribution. # +# ============================================================================ # + +# Add nvq++ compile + execution test of code examples +# Args: +# TEST_NAME: name of the test executable. Test name is prefixed with "nvqpp" +# SOURCE_LOCATION: location of the source file (relative to 'sphinx/examples/cpp' directory by default) +# Optional keyword args: +# TARGET : name of the target to use +# TARGET_OPTION