mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-05 20:42:26 +00:00
FsHelper checks if file/dir/symlink etc exists
This commit is contained in:
parent
c02b5d6c83
commit
909c300c77
3 changed files with 114 additions and 1 deletions
9
unit_tests/makefile
Normal file
9
unit_tests/makefile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
BLD = build
|
||||
VOC = /opt/voc/bin/voc
|
||||
|
||||
all:
|
||||
mkdir -p $(BLD)
|
||||
cd $(BLD) && $(VOC) -s ../../src/vpkFsHelper.Mod ../testFsHelper.Mod -m
|
||||
|
||||
clean:
|
||||
rm -rf $(BLD)
|
||||
Loading…
Add table
Add a link
Reference in a new issue