Changeset 2791
- Timestamp:
- Aug 27, 2006, 8:25:13 PM (19 years ago)
- Location:
- trunk/libc/tests/libc
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libc/tests/libc/Makefile
r2789 r2791 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.