Files
rocm-systems/tests/src/launch_bounds/CMakeLists.txt
T
Ben Sander 1b69b2e9f0 Refactor directed test infrastructue.
- Add hierarchy.  Tests now live in directories, each with its own
  CMakeFiles.txt.  Reduces merge conflicts.
- Change make_hip_executable -> build_hip_executable.
- Refresh docs.
- Enable some tests that were previously built but not run.

Change-Id: I8c5de3c954400bf233904282b8b42861a2b7c536
2016-06-17 15:18:57 -05:00

9 lines
205 B
CMake

cmake_minimum_required (VERSION 2.6)
project (launch_bounds)
include_directories( ${HIPTEST_SOURCE_DIR} )
build_hip_executable (hip_launch_bounds hip_launch_bounds.cpp)
make_test(hip_launch_bounds " ")