mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-24 15:59:03 +00:00
Initial open source release of OpenCL 2.0 CTS.
This commit is contained in:
36
test_conformance/math_brute_force/Jamfile
Normal file
36
test_conformance/math_brute_force/Jamfile
Normal file
@@ -0,0 +1,36 @@
|
||||
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
|
||||
;
|
||||
Reference in New Issue
Block a user