8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 00:03:02 +01:00
firebird-mirror/builds/win32/run_tests.bat

13 lines
241 B
Batchfile
Raw Normal View History

2022-07-18 13:12:23 +02:00
@echo off
@echo.
@call setenvvar.bat %*
2022-07-18 13:12:23 +02:00
@if errorlevel 1 (goto :END)
2024-12-30 15:57:30 +01:00
@%FB_BIN_DIR%\common_test --log_level=error || exit /b
@%FB_BIN_DIR%\engine_test --log_level=error || exit /b
@%FB_BIN_DIR%\isql_test --log_level=error || exit /b
2022-07-18 13:12:23 +02:00
:END