mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-23 15:39:03 +00:00
Initial open source release of OpenCL 1.2 CTS.
This commit is contained in:
28
test_conformance/integer_ops/Jamfile
Normal file
28
test_conformance/integer_ops/Jamfile
Normal file
@@ -0,0 +1,28 @@
|
||||
project
|
||||
: requirements
|
||||
<toolset>gcc:<cflags>-xc++
|
||||
<toolset>msvc:<cflags>"/TP"
|
||||
;
|
||||
|
||||
exe test_integer_ops
|
||||
: main.c
|
||||
test_abs.c
|
||||
test_absdiff.c
|
||||
test_add_sat.c
|
||||
test_int.c
|
||||
test_integers.cpp
|
||||
test_intmad24.c
|
||||
test_intmul24.c
|
||||
test_long.c
|
||||
test_sub_sat.c
|
||||
test_uint.c
|
||||
test_ulong.c
|
||||
test_upsample.cpp
|
||||
;
|
||||
|
||||
install dist
|
||||
: test_integer_ops
|
||||
: <variant>debug:<location>$(DIST)/debug/tests/test_conformance/integer_ops
|
||||
<variant>release:<location>$(DIST)/release/tests/test_conformance/integer_ops
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user