tree-sitter/script/test.cmd

10 lines
177 B
Batchfile
Raw Normal View History

@echo off
2017-08-08 14:03:33 -07:00
msbuild /p:Configuration=Test tests.vcxproj
set only_arg=
IF not "%~1"=="" (
set only_arg=--only=%1
)
.\test\tests.exe --reporter=singleline --no-color %only_arg%