Warning, /HeterogeneousCore/CUDATest/test/BuildFile.xml is written in an unsupported language. File is not indexed.
0001 <iftool name="cuda-gcc-support">
0002 <bin file="test*.cc" name="testHeterogeneousCoreCUDATest">
0003 <use name="FWCore/TestProcessor"/>
0004 <use name="HeterogeneousCore/CUDACore"/>
0005 <use name="catch2"/>
0006 </bin>
0007
0008 <ifrelease name="_GPU_">
0009 <test name="TestCUDATest" command="runtests.sh gpu"/>
0010 <else/>
0011 <test name="TestCUDATest" command="runtests.sh cpu"/>
0012 </ifrelease>
0013
0014 <test name="testHeterogeneousCoreCUDATestWriteRead" command="testHeterogeneousCoreCUDATestWriteRead.sh"/>
0015
0016 <!--
0017 Test that the framework handles correctly the case of edm::Wrapper<T> where
0018 - T has a dictionary
0019 - edm::Wrapper<T> does not have a dictionary
0020 - the corresponding classes.h file includes CUDA headers
0021 -->
0022 <test name="testMissingDictionaryCUDA" command="testMissingDictionaryCUDA.sh"/>
0023 </iftool>