Skip to main content
summaryrefslogtreecommitdiffstats
blob: e5ed184c35173b96c2c3f5319e321f6861228902 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
plugins {
	id 'c'
}

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

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

createTest('c', 'sendingDataTest', ['models/SendingDataTest.room', genericPhysical])
createTest('c', 'staticConfigTest', ['models/StaticConfigTest.etmap', 'models/StaticConfigTest.room', 'models/StaticConfigTest.config'])

Back to the top