mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 21:23:04 +01:00
13 lines
235 B
Batchfile
13 lines
235 B
Batchfile
@echo off
|
|
|
|
@echo.
|
|
|
|
@call setenvvar.bat %*
|
|
@if errorlevel 1 (goto :END)
|
|
|
|
@%FB_BIN_DIR%\common_test --log_level=all || exit /b
|
|
@%FB_BIN_DIR%\engine_test --log_level=all || exit /b
|
|
@%FB_BIN_DIR%\isql_test --log_level=all || exit /b
|
|
|
|
:END
|