mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-23 15:39:03 +00:00
Initial open source release of OpenCL 2.0 CTS.
This commit is contained in:
22
test_conformance/profiling/Jamfile
Normal file
22
test_conformance/profiling/Jamfile
Normal file
@@ -0,0 +1,22 @@
|
||||
project
|
||||
: requirements
|
||||
<toolset>gcc:<cflags>-xc++
|
||||
<toolset>msvc:<cflags>"/TP"
|
||||
;
|
||||
|
||||
exe test_profiling
|
||||
: copy.c
|
||||
execute.c
|
||||
execute_multipass.c
|
||||
main.c
|
||||
readArray.c
|
||||
readImage.c
|
||||
writeArray.c
|
||||
writeImage.c
|
||||
;
|
||||
|
||||
install dist
|
||||
: test_profiling
|
||||
: <variant>debug:<location>$(DIST)/debug/tests/test_conformance/profiling
|
||||
<variant>release:<location>$(DIST)/release/tests/test_conformance/profiling
|
||||
;
|
||||
Reference in New Issue
Block a user