mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-20 06:29:02 +00:00
The maintenance of the conformance tests is moving to Github. This commit contains all the changes that have been done in Gitlab since the first public release of the conformance tests. Signed-off-by: Kevin Petit <kevin.petit@arm.com>
22 lines
552 B
Plaintext
22 lines
552 B
Plaintext
project
|
|
: requirements
|
|
-<library>/harness//harness <use>/harness//harness
|
|
# <toolset>gcc:<cflags>-xc
|
|
<toolset>msvc:<cflags>"/TP"
|
|
;
|
|
|
|
exe test_select
|
|
: test_select.c
|
|
util_select.c
|
|
/harness//mt19937.c
|
|
/harness//kernelHelpers.c
|
|
/harness//errorHelpers.c
|
|
: <target-os>windows:<source>/harness//msvc9.c
|
|
;
|
|
|
|
install dist
|
|
: test_select
|
|
: <variant>debug:<location>$(DIST)/debug/tests/test_conformance/select
|
|
<variant>release:<location>$(DIST)/release/tests/test_conformance/select
|
|
;
|