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

testing: support for internal module testing

This commit is contained in:
Delyan Angelov
2019-12-14 14:57:28 +02:00
committed by Alexander Medvednikov
parent 3a2c46a1ce
commit 1cd5fab21d
8 changed files with 80 additions and 24 deletions

View File

@ -1,3 +1,5 @@
module main
import os
import compiler.tests.repl.runner
import benchmark