8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 02:03:04 +01:00
firebird-mirror/builds/win32/run_tests.bat
2022-07-18 08:16:15 -03:00

13 lines
150 B
Batchfile

@echo off
@echo.
@call setenvvar.bat
@if errorlevel 1 (goto :END)
@call set_build_target.bat %*
@%FB_TESTS_DIR%\common_test --log_level=all
:END