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

apply from: etTest

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