mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 02:16:05 +08:00
Add .exe extension to test programs
This commit is contained in:
@@ -572,7 +572,7 @@ class ModuleManager(builder.ModuleManager):
|
||||
for test_name in tests:
|
||||
files = ['testsuite/%s/%s.c' % (test_name, f) for f in data['tests'][test_name]['all']['files']]
|
||||
_source_list(' test_%s' % (test_name), sorted(files))
|
||||
self.add(' bld.program(target = "%s",' % (test_name))
|
||||
self.add(' bld.program(target = "%s.exe",' % (test_name))
|
||||
self.add(' features = "cprogram",')
|
||||
self.add(' cflags = cflags,')
|
||||
self.add(' includes = includes,')
|
||||
|
Reference in New Issue
Block a user