Files
OpenCL-CTS/test_conformance/integer_ops/Jamfile
2017-05-16 19:04:36 +05:30

29 lines
621 B
Plaintext

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
;