mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Add a %testing section to the configuration files.
This commit is contained in:
@@ -197,6 +197,9 @@ class package:
|
||||
def include(self):
|
||||
return self.find_directive('%include')
|
||||
|
||||
def testing(self):
|
||||
return self.find_directive('%testing')
|
||||
|
||||
def long_name(self):
|
||||
return self.name()
|
||||
|
||||
@@ -209,7 +212,8 @@ class file:
|
||||
'%clean',
|
||||
'%install',
|
||||
'%include',
|
||||
'%install' ]
|
||||
'%install',
|
||||
'%testing' ]
|
||||
|
||||
_ignore = [ re.compile('%setup'),
|
||||
re.compile('%configure'),
|
||||
|
Reference in New Issue
Block a user