Commit d01aaf4d authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Add a test/build all script.

parent c75ffbd9
#!/bin/sh
set -eux
for d in fuse examplelib example zipfs
do
gomake -C $d
done
for d in fuse examplelib
do
(cd $d && gotest )
done
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment