FsHelper checks if file/dir/symlink etc exists

This commit is contained in:
Norayr Chilingarian 2020-05-07 23:33:11 +04:00
parent c02b5d6c83
commit 909c300c77
3 changed files with 114 additions and 1 deletions

9
unit_tests/makefile Normal file
View 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)