add support for vipakfile
This commit is contained in:
parent
3966276634
commit
bba224b571
1 changed files with 15 additions and 0 deletions
15
vipakfile
Normal file
15
vipakfile
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
NAME = Logger
|
||||||
|
VERSION = 0.1.0
|
||||||
|
|
||||||
|
AUTHOR = Antranig Vartanian <antranig@vartanian.am>
|
||||||
|
LICENSE = BSD-2-Clause
|
||||||
|
|
||||||
|
DEPS =
|
||||||
|
|
||||||
|
RUN =
|
||||||
|
MAIN =
|
||||||
|
BUILD = %projdir%/src/time.Mod ; %projdir%/src/Logger.Mod
|
||||||
|
|
||||||
|
TEST_RUN = ./LoggerTest > actual.txt ; awk -f %projdir%/tests/test.awk actual.txt %projdir%/tests/expected.txt
|
||||||
|
TEST_MAIN = %projdir%/tests/LoggerTest.Mod
|
||||||
|
TEST =
|
||||||
Loading…
Add table
Add a link
Reference in a new issue