mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-05 20:42:26 +00:00
added tests; symlink dont work
This commit is contained in:
parent
37b554721f
commit
6011d9d401
2 changed files with 28 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue