8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 23:23:02 +01:00
firebird-mirror/builds/win32/run_tests.bat
Adriano dos Santos Fernandes 4070fe8c0d Prepare ISQL to have unit tests.
2023-09-29 19:01:35 -03:00

13 lines
202 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
@%FB_BIN_DIR%\isql_test --log_level=all
:END