mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
37 lines
844 B
Plaintext
37 lines
844 B
Plaintext
project
|
|
: requirements
|
|
-<library>/harness//harness <use>/harness//harness
|
|
<library>/Runtime//OpenCL.lib
|
|
# <toolset>gcc:<cflags>-xc++
|
|
<toolset>msvc:<cflags>"/TP"
|
|
;
|
|
|
|
exe bruteforce
|
|
: binary.c
|
|
binary_i.c
|
|
binaryOperator.c
|
|
binary_two_results_i.c
|
|
FunctionList.c
|
|
i_unary.c
|
|
macro_binary.c
|
|
macro_unary.c
|
|
mad.c
|
|
main.c
|
|
reference_math.c
|
|
Sleep.c
|
|
ternary.c
|
|
unary.c
|
|
unary_two_results.c
|
|
unary_two_results_i.c
|
|
unary_u.c
|
|
Utility.c
|
|
/harness//mt19937.c
|
|
: <target-os>windows:<source>/harness//msvc9.c
|
|
;
|
|
|
|
install dist
|
|
: bruteforce
|
|
: <variant>debug:<location>$(DIST)/debug/tests/test_conformance/math_brute_force
|
|
<variant>release:<location>$(DIST)/release/tests/test_conformance/math_brute_force
|
|
;
|