Initial open source release of OpenCL 2.2 CTS.

This commit is contained in:
Kedar Patil
2017-05-16 18:25:37 +05:30
parent 6911ba5116
commit 2821bf1323
1035 changed files with 343518 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
project
: requirements
<toolset>gcc:<cflags>-xc++
<toolset>msvc:<cflags>"/TP"
;
exe test_integer_ops
: main.c
test_abs.c
test_absdiff.c
test_add_sat.c
test_int.c
test_integers.cpp
test_intmad24.c
test_intmul24.c
test_long.c
test_sub_sat.c
test_uint.c
test_ulong.c
test_upsample.cpp
;
install dist
: test_integer_ops
: <variant>debug:<location>$(DIST)/debug/tests/test_conformance/integer_ops
<variant>release:<location>$(DIST)/release/tests/test_conformance/integer_ops
;