Changeset 09ab431 in rtems-libbsd
- Timestamp:
- Aug 3, 2016, 11:27:11 AM (4 years ago)
- Branches:
- 4.11
- Children:
- 19e8a64
- Parents:
- ccd0ebc9
- git-author:
- Christian Mauderer <Christian.Mauderer@…> (08/03/16 11:27:11)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (08/03/16 12:13:19)
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libbsd.py
rccd0ebc9 r09ab431 2503 2503 mod.addTest(mm.generator['test']('cdev01', ['test_main', 'test_cdev'])) 2504 2504 mod.addTest(mm.generator['test']('pf01', ['test_main'])) 2505 mod.addTest(mm.generator['test']('pf02', ['test_main'], runTest = False)) 2505 2506 return mod 2506 2507 -
wscript
rccd0ebc9 r09ab431 1180 1180 1181 1181 # Tests 1182 test_pf02 = ['testsuite/pf02/test_main.c'] 1183 bld.program(target = "pf02", 1184 features = "cprogram", 1185 cflags = cflags, 1186 includes = includes, 1187 source = test_pf02, 1188 use = ["bsd"], 1189 lib = ["m", "z"], 1190 install_path = None) 1191 1182 1192 test_init01 = ['testsuite/init01/test_main.c'] 1183 1193 bld.program(target = "init01",
Note: See TracChangeset
for help on using the changeset viewer.