1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

tests: stats_test.v, pcg32_test.v, splitmix64_test.v now also pass

This commit is contained in:
Delyan Angelov
2020-04-08 17:28:12 +03:00
parent 6bba7d4e3a
commit 5247d5924e
3 changed files with 23 additions and 7 deletions

View File

@@ -26,15 +26,12 @@ const (
'vlib/math/complex/complex_test.v',
'vlib/math/factorial/factorial_test.v',
'vlib/math/fractions/fraction_test.v',
'vlib/math/stats/stats_test.v',
'vlib/net/ftp/ftp_test.v',
'vlib/net/http/http_httpbin_test.v',
'vlib/net/http/http_test.v',
'vlib/net/socket_test.v',
'vlib/net/socket_udp_test.v',
'vlib/os/environment_test.v', // Linux only
'vlib/rand/pcg32_test.v',
'vlib/rand/splitmix64_test.v',
'vlib/regex/regex_test.v',
'vlib/sqlite/sqlite_test.v', // Linux only
'vlib/strconv/ftoa/f32_f64_to_string_test.v',