mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
29 lines
593 B
Plaintext
29 lines
593 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
|
|
;
|
|
|