Initial open source release of OpenCL 2.1 CTS.

This commit is contained in:
Kedar Patil
2017-05-16 18:48:39 +05:30
parent 6911ba5116
commit c3a61c6bdc
902 changed files with 319106 additions and 0 deletions

View 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
;