mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 22:19:02 +00:00
20 lines
445 B
Plaintext
20 lines
445 B
Plaintext
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
|
|
;
|