mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 14:09:03 +00:00
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
|
|
;
|