- Timestamp:
- Aug 3, 2016, 11:27:11 AM (5 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.