mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-25 16:29:03 +00:00
Initial open source release of OpenCL 2.1 CTS.
This commit is contained in:
13
test_conformance/contractions/Jamfile
Normal file
13
test_conformance/contractions/Jamfile
Normal file
@@ -0,0 +1,13 @@
|
||||
project
|
||||
: requirements
|
||||
# <toolset>gcc:<cflags>-xc++
|
||||
<toolset>msvc:<cflags>"/TP"
|
||||
;
|
||||
|
||||
exe contractions : contractions.c ;
|
||||
|
||||
install dist
|
||||
: contractions
|
||||
: <variant>debug:<location>$(DIST)/debug/tests/test_conformance/contractions
|
||||
<variant>release:<location>$(DIST)/release/tests/test_conformance/contractions
|
||||
;
|
||||
Reference in New Issue
Block a user