tst: passthrough-fuse: initial checkin

This commit is contained in:
Bill Zissimopoulos
2017-01-28 22:47:46 -08:00
parent e12e3630bb
commit 473914d45f
8 changed files with 598 additions and 0 deletions

View File

@ -0,0 +1,2 @@
passthrough-fuse: passthrough-fuse.c
gcc $^ -o $@ -g -Wall `pkg-config fuse --cflags --libs`