-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a930c89
commit 9f7b619
Showing
4 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Описание.Имя("ibcmdrunner") | ||
.Версия("0.2.0") | ||
.Автор("Alexey Bobylkin") | ||
.АдресАвтора("alex_bob@lipetsk.ru") | ||
.Описание("Библиотека для упрощения работы с утилитами ibcmd и ibsrv из oscript.") | ||
.ВерсияСреды("1.7.0") | ||
.ВключитьФайл("lib.config") | ||
.ВключитьФайл("Readme.md") | ||
.ВключитьФайл("src") | ||
.ВключитьФайл("doc") | ||
.ЗависитОт("1commands") | ||
.ЗависитОт("asserts") | ||
.ЗависитОт("v8find") | ||
.ЗависитОт("logos"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
chcp 65001 | ||
cd ../doc | ||
oscript autodoc_os.os |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
cd .. | ||
opm build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
chcp 65001 | ||
cd ../tests | ||
oscript ibcmdrunner_tests.os |