Initial open source release of OpenCL 1.2 CTS.

This commit is contained in:
Kedar Patil
2017-05-16 19:04:36 +05:30
parent 6911ba5116
commit f74871b7a3
563 changed files with 202074 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
project
: requirements
<toolset>gcc:<cflags>-xc++
<toolset>msvc:<cflags>"/TP"
;
exe test_relationals
: main.c
test_comparisons_double.cpp
test_comparisons_float.cpp
test_relationals.cpp
test_shuffles.cpp
;
install dist
: test_relationals
: <variant>debug:<location>$(DIST)/debug/tests/test_conformance/relationals
<variant>release:<location>$(DIST)/release/tests/test_conformance/relationals
;