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

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
;