Remove deprecated make and cmake files

Change-Id: I8cac0ec9cb997214559627425af207bbb9be0ddf
This commit is contained in:
Maneesh Gupta
2016-10-07 11:44:26 +05:30
parent 747c63bee5
commit c4dd17cce9
10 changed files with 0 additions and 395 deletions
@@ -1,15 +0,0 @@
cmake_minimum_required (VERSION 2.6)
project (runtimeApi/stream)
include_directories( ${HIPTEST_SOURCE_DIR} )
build_hip_executable (hipAPIStreamEnable hipAPIStreamEnable.cpp)
build_hip_executable (hipAPIStreamDisable hipAPIStreamDisable.cpp)
build_hip_executable (hipStreamL5 hipStreamL5.cpp)
build_hip_executable (hipStreamWaitEvent hipStreamWaitEvent.cpp)
# TODO - seg fault
#make_test(hipAPIStreamEnable " ")
#make_test(hipAPIStreamDisable " ")
make_test(hipStreamL5 " ")
make_test(hipStreamWaitEvent " ")