1b69b2e9f0
- 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
9 lines
205 B
CMake
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 " ")
|