vmd diskfmt regress: don't copy source files, cleanup disk images
authordv <dv@openbsd.org>
Fri, 18 Jun 2021 14:35:59 +0000 (14:35 +0000)
committerdv <dv@openbsd.org>
Fri, 18 Jun 2021 14:35:59 +0000 (14:35 +0000)
commitd2c58a42a790ed7f6cb58f70754efa113c9822f3
tree9cf0d4f4e2c8611833868377b530a3ece4bb5857
parenta2096bf1bbd8b34c4a47fbd7ac111eca6773a053
vmd diskfmt regress: don't copy source files, cleanup disk images

Previous version of the diskfmt regress tests for vmd(8) would copy
source files from the tree in order to compile them. Using some of
the ssh regress tests as inspiration, use the .PATH to allow building
object files from other parts of the tree in place.

Since 4G disk images are made as part of the test, clean those up
when done by adding in a proper REGRESS_CLEANUP target.

"go for it" mlarkin@
regress/usr.sbin/vmd/diskfmt/Makefile