Tests for _itoa, _ltoa, _ultoa, _i64toa, _ui64toa, _itow, _ltow,
_ultow, _i64tow, _ui64tow, _atoi64, _wtoi, _wtol, _wtoi64.
This commit is contained in:
parent
6dcc1af7fb
commit
93189f2395
|
@ -5,4 +5,5 @@ large_int.ok
|
|||
ntdll_test.exe.spec.c
|
||||
rtlbitmap.ok
|
||||
rtlstr.ok
|
||||
string.ok
|
||||
testlist.c
|
||||
|
|
|
@ -10,7 +10,8 @@ CTESTS = \
|
|||
generated.c \
|
||||
large_int.c \
|
||||
rtlbitmap.c \
|
||||
rtlstr.c
|
||||
rtlstr.c \
|
||||
string.c
|
||||
|
||||
@MAKE_TEST_RULES@
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue