summaryrefslogtreecommitdiff
path: root/tests/projects
diff options
context:
space:
mode:
authorruki <[email protected]>2020-05-24 23:41:32 +0800
committerruki <[email protected]>2020-05-24 23:41:32 +0800
commit0a6ba03d46c4b2bb969221de5680da9378f12e9b (patch)
tree212b52b4e14a58470153f6f473f638d5c06ee62b /tests/projects
parentfb2ba113ca1534249b0872002af0f133becd7e51 (diff)
fix nvcc for depfiles
Diffstat (limited to 'tests/projects')
-rw-r--r--tests/projects/cuda/console/inc/helper_cuda.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/projects/cuda/console/inc/helper_cuda.h b/tests/projects/cuda/console/inc/helper_cuda.h
index 75e3eb242..7c5f9f5e8 100644
--- a/tests/projects/cuda/console/inc/helper_cuda.h
+++ b/tests/projects/cuda/console/inc/helper_cuda.h
@@ -27,6 +27,7 @@
#define EXIT_WAIVED 2
#endif
+//#error
// Note, it is required that your SDK sample to include the proper header files, please
// refer the CUDA examples for examples of the needed CUDA headers, which may change depending
// on which CUDA functions are used.