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

add TESTS.md file to explain different tests (#6318)

This commit is contained in:
Nick Treleaven
2020-09-07 12:48:15 +01:00
committed by GitHub
parent 2cb711ee15
commit 497bf226e2
5 changed files with 75 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ but which are used less frequently by users:
build-examples Test if all examples can be built.
build-tools Test if all tools can be built.
build-vbinaries Test if V can be built with different configuration.
test-fmt Test if all files in the current directory is formatted properly.
test-fmt Test if all files in the current directory are formatted properly.
test-compiler Test if V is working properly by running all tests, including the compiler ones.
NB: this can take a minute or two to run