mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-23 07:39:01 +00:00
Initial open source release of OpenCL 2.0 CTS.
This commit is contained in:
17
test_conformance/multiple_device_context/Jamfile
Normal file
17
test_conformance/multiple_device_context/Jamfile
Normal file
@@ -0,0 +1,17 @@
|
||||
project
|
||||
: requirements
|
||||
<toolset>gcc:<cflags>-xc++
|
||||
<toolset>msvc:<cflags>"/TP"
|
||||
;
|
||||
|
||||
exe test_multiple_device_context
|
||||
: main.c
|
||||
test_multiple_contexts.c
|
||||
test_multiple_devices.cpp
|
||||
;
|
||||
|
||||
install dist
|
||||
: test_multiple_device_context
|
||||
: <variant>debug:<location>$(DIST)/debug/tests/test_conformance/multiple_device_context
|
||||
<variant>release:<location>$(DIST)/release/tests/test_conformance/multiple_device_context
|
||||
;
|
||||
Reference in New Issue
Block a user