mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
The maintenance of the conformance tests is moving to Github. This commit contains all the changes that have been done in Gitlab since the first public release of the conformance tests. Signed-off-by: Kevin Petit <kevin.petit@arm.com>
19 lines
406 B
Plaintext
19 lines
406 B
Plaintext
project
|
|
: requirements <include>.
|
|
<toolset>gcc:<cflags>"-xc++"
|
|
<toolset>msvc:<cflags>"/TP"
|
|
<warnings-as-errors>off
|
|
: usage-requirements <include>.
|
|
;
|
|
|
|
local harness.objs ;
|
|
for source in [ glob *.c *.cpp ]
|
|
{
|
|
harness.objs += [ obj $(source:B).obj : $(source) ] ;
|
|
}
|
|
|
|
alias harness : $(harness.objs)
|
|
: <use>/Runtime//OpenCL.lib :
|
|
: <library>/Runtime//OpenCL.lib
|
|
;
|