Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d7796b2937200118b2e8e22ae4ce834a55acbe96 (plain) (blame)
1
2
3
4
5
6
7
8
apply plugin: 'cpp'

apply from: "$rootDir/gradle/etTest.gradle"

def genericPhysical = '../org.eclipse.etrice.generator.common.tests/models/GenericPhysical.etphys'

createTest('cpp', 'sendingDataTest', ['models/SendingDataTest.room', genericPhysical])
createTest('cpp', 'initializationTest', ['models/InitializationTest.room', genericPhysical])

Back to the top