8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 22:43:03 +01:00
firebird-mirror/builds/win32/run_tests.bat
2022-08-12 08:04:50 -03:00

12 lines
162 B
Batchfile

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