diff options
Diffstat (limited to 'src/cmd/vac/mkfile')
-rw-r--r-- | src/cmd/vac/mkfile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cmd/vac/mkfile b/src/cmd/vac/mkfile index 98e122b8..6ee651cb 100644 --- a/src/cmd/vac/mkfile +++ b/src/cmd/vac/mkfile @@ -4,6 +4,7 @@ LIBFILES=\ error\ file\ pack\ + glob\ LIB=${LIBFILES:%=%.$O} $PLAN9/lib/libventi.a @@ -20,3 +21,10 @@ TARG=vac vacfs unvac default:V: all <$PLAN9/src/mkmany + +testglob:V: $O.testinc + $O.testinc exc <exc.in >exc.test + diff exc.out exc.test + ls -l exc.out exc.test + + |