---
 test/cuda/Makefile       |    2 +-
 test/cuda/test_vector.sh |   32 --------------------------------
 2 files changed, 1 insertion(+), 33 deletions(-)

--- a/test/cuda/Makefile
+++ b/test/cuda/Makefile
@@ -1,4 +1,4 @@
-BIN=vectorAdd
+BIN=
 
 NVCC ?= nvcc
 
--- a/test/cuda/test_vector.sh
+++ /dev/null
@@ -1,32 +0,0 @@
-#!/bin/bash
-CUR_PATH=$(dirname $(realpath $0))
-source "$CUR_PATH/../test_utils/test_utils.sh"
-
-app_name="vectorAdd"
-
-APP_DIR="."
-[ -n "$BUILD_DIR" ] && APP_DIR="$BUILD_DIR"
-APP_PATH="${APP_DIR}/$app_name"
-TRACE_DIRNAME="${APP_PATH}_trace"
-trace_filename="${TRACE_DIRNAME}/eztrace_log.otf2"
-
-EZTRACE_TEST_OPTION="$EZTRACE_TEST_OPTION -o ${TRACE_DIRNAME}"
-[ -n "$EZTRACE_PATH" ] || EZTRACE_PATH=eztrace
-
-run_and_check_command "$EZTRACE_PATH" $EZTRACE_TEST_OPTION -t "cuda" "${APP_PATH}"
-
-trace_check_integrity "$trace_filename"
-trace_check_enter_leave_parity  "$trace_filename"
-
-trace_check_nb_enter "$trace_filename" "cuda::runtime::cudaMalloc" 3
-trace_check_nb_leave "$trace_filename" "cuda::runtime::cudaMalloc" 3
-
-trace_check_nb_enter "$trace_filename" "cuda::runtime::cudaFree" 3
-trace_check_nb_leave "$trace_filename" "cuda::runtime::cudaFree" 3
-
-trace_check_nb_enter "$trace_filename" "cuda::runtime::cudaLaunchKernel" 1
-trace_check_nb_leave "$trace_filename" "cuda::runtime::cudaLaunchKernel" 1
-
-echo PASS: $nb_pass, FAILED:$nb_failed, TOTAL: $nb_test
-
-exit $nb_failed
