added tests; symlink dont work

This commit is contained in:
Norayr Chilingarian 2020-05-07 23:58:43 +04:00
parent 37b554721f
commit 6011d9d401
2 changed files with 28 additions and 4 deletions

View file

@ -5,5 +5,11 @@ all:
mkdir -p $(BLD)
cd $(BLD) && $(VOC) -s ../../src/vpkFsHelper.Mod ../testFsHelper.Mod -m
run:
mkfifo /tmp/fifo
$(BLD)/testFsHelper
rm /tmp/fifo
clean:
rm -rf $(BLD)