mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
examples/game_of_life: add a GUI frontend; compiler: local modules relative to a main module
This commit is contained in:

committed by
Alexander Medvednikov

parent
3d235169c8
commit
f42be0622e
@ -165,7 +165,7 @@ pub fn v_test_v(args_before_test string){
|
||||
println('\nBuilding examples...')
|
||||
mut es := new_test_sesion( args_before_test )
|
||||
files := os.walk_ext(parent_dir+'/examples','.v')
|
||||
stable := files.filter(!it.contains('vweb'))
|
||||
stable := files.filter(!it.contains('automaton.v'))
|
||||
es.files << stable
|
||||
es.test()
|
||||
println( es.benchmark.total_message('building examples') )
|
||||
|
Reference in New Issue
Block a user