mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-24 15:59:03 +00:00
Initial open source release of OpenCL 2.0 CTS.
This commit is contained in:
18
test_conformance/images/clReadWriteImage/Jamfile
Normal file
18
test_conformance/images/clReadWriteImage/Jamfile
Normal file
@@ -0,0 +1,18 @@
|
||||
project
|
||||
: requirements
|
||||
# <toolset>gcc:<cflags>-xc++
|
||||
# <toolset>msvc:<cflags>"/TP"
|
||||
;
|
||||
|
||||
exe test_cl_read_write_images
|
||||
: main.cpp
|
||||
test_read_2D.cpp
|
||||
test_read_3D.cpp
|
||||
test_loops.cpp
|
||||
;
|
||||
|
||||
install dist
|
||||
: test_cl_read_write_images
|
||||
: <variant>debug:<location>$(DIST)/debug/tests/test_conformance/images/clReadWriteImage
|
||||
<variant>release:<location>$(DIST)/release/tests/test_conformance/images/clReadWriteImage
|
||||
;
|
||||
Reference in New Issue
Block a user