1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Delyan Angelov ac5241b5bd compiler: implement -stats option for running a _test.v file
* Draft implementation of `v -stats file_test.v` .

* compiler: call stuff in vlib/benchmark/tests/always_imported.v, when doing `v -stats file_test.v`

* Nicer looking output from 'v -stats file_test.v' .

* Tweak colors and layout of -stats file_test.v .

* Fix a hardcoded path in compiler/main.v .

* Show colorized OK/FAIL for the examples in 'v test v' too.

* Add some comments about the purpose of the methods inside vlib/benchmark/tests/always_imported.v .

* when fails are 0, do not colorize their number at all.
2019-10-07 08:51:26 +03:00
..
2019-09-29 16:44:52 +03:00
2019-09-30 23:29:53 +03:00
2019-09-28 22:23:22 +03:00
2019-09-14 23:54:14 +03:00
2019-09-23 13:42:20 +03:00
2019-09-23 13:42:20 +03:00
2019-06-29 12:00:31 +02:00
2019-09-13 22:45:04 +03:00
2019-09-27 01:35:25 +03:00
2019-10-03 02:00:11 +03:00
2019-09-26 03:18:26 +03:00
2019-08-18 15:02:36 +03:00
2019-09-26 14:23:29 +03:00
2019-09-23 13:42:20 +03:00
2019-09-23 13:42:20 +03:00
2019-09-23 22:16:52 +03:00