mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-24 15:59:03 +00:00
Initial open source release of OpenCL 1.2 CTS.
This commit is contained in:
19
test_conformance/vec_align/Jamfile
Normal file
19
test_conformance/vec_align/Jamfile
Normal file
@@ -0,0 +1,19 @@
|
||||
project
|
||||
: requirements
|
||||
-<library>/harness//harness <use>/harness//harness
|
||||
# <toolset>gcc:<cflags>-xc
|
||||
<toolset>msvc:<cflags>"/TP"
|
||||
;
|
||||
|
||||
exe test_step
|
||||
: test_step.c
|
||||
globals.c
|
||||
main.c
|
||||
/harness//mt19937.c
|
||||
;
|
||||
|
||||
install dist
|
||||
: test_step
|
||||
: <variant>debug:<location>$(DIST)/debug/tests/test_conformance/vec_step
|
||||
<variant>release:<location>$(DIST)/release/tests/test_conformance/vec_step
|
||||
;
|
||||
Reference in New Issue
Block a user