Changeset 2790 for branches/libc-0.6/src
- Timestamp:
- Aug 27, 2006, 8:18:25 PM (19 years ago)
- Location:
- branches/libc-0.6/src/libctests/libc
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/src/libctests/libc/Makefile
r2788 r2790 53 53 54 54 # 55 # The test.55 # The smoke tests (various bugs and simple tests) 56 56 # 57 57 … … 138 138 139 139 140 # 141 # I/O tests 142 # 143 144 IO := \ 145 io/sprintf-1.c \ 146 io/sscanf-1.c 147 148 140 149 SUBTESTS := \ 141 150 SMOKETESTS \ 142 BUGS151 IO \ 143 152 144 153 .SUFFIXES:
Note:
See TracChangeset
for help on using the changeset viewer.