Commit 93189f23 authored by Thomas Mertes's avatar Thomas Mertes Committed by Alexandre Julliard

Tests for _itoa, _ltoa, _ultoa, _i64toa, _ui64toa, _itow, _ltow,

_ultow, _i64tow, _ui64tow, _atoi64, _wtoi, _wtol, _wtoi64.
parent 6dcc1af7
...@@ -5,4 +5,5 @@ large_int.ok ...@@ -5,4 +5,5 @@ large_int.ok
ntdll_test.exe.spec.c ntdll_test.exe.spec.c
rtlbitmap.ok rtlbitmap.ok
rtlstr.ok rtlstr.ok
string.ok
testlist.c testlist.c
...@@ -10,7 +10,8 @@ CTESTS = \ ...@@ -10,7 +10,8 @@ CTESTS = \
generated.c \ generated.c \
large_int.c \ large_int.c \
rtlbitmap.c \ rtlbitmap.c \
rtlstr.c rtlstr.c \
string.c
@MAKE_TEST_RULES@ @MAKE_TEST_RULES@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment