Skip to content

Commit

Permalink
Автотесты: запуск из меню (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazdaywik committed May 11, 2016
1 parent cad3703 commit 9ea71d9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Sources/Compiler/.Config/default.wnd
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ G: Проверить/stable (%SCOMP-SHORT%, %COMP-SHORT%) -> (%COMP-SHORT%, %P
view:__err
if exist __dump view:__dump
--:
T: Автотесты
mingw32-make tests
A: Автотесты (стабильная версия)
mingw32-make tests-s
--:
L: Удалить промежуточные файлы
for /d %d in (~*) do rmdir /s /q %d
ncmenu
Expand Down
5 changes: 5 additions & 0 deletions Sources/Compiler/FarMenu.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ G: Проверить/stable (%SCOMP-SHORT%, %COMP-SHORT%) -> (%COMP-SHORT%, %P
view:__err
if exist __dump view:__dump
--:
T: Автотесты
mingw32-make tests
A: Автотесты (стабильная версия)
mingw32-make tests-s
--:
L: Удалить промежуточные файлы
for /d %d in (~*) do rmdir /s /q %d
ncmenu
Expand Down

0 comments on commit 9ea71d9

Please sign in to comment.