Files
OpenCL-CTS/test_conformance/select/Jamfile
2017-05-16 18:50:35 +05:30

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
;