mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
31913a8524
9front has several tests scattered throughout the source, as well as more tests in an external 'regress' repository. Many of these tests are broken, because there is no easy way to build and track all of them. This pulls in several tests from different sources, deletes the broken tests, tests with missing data, and adds a single command that can be run from the root of the src directory to test our system. The hope is that as we develop new code, we add more tests, and eventually start running the tests on every commit. Please enter the commit message for your changes. Lines starting
9 lines
225 B
Makefile
9 lines
225 B
Makefile
</$objtype/mkfile
|
|
|
|
none:VQ:
|
|
echo mk all, install, clean, nuke, installall, update, test
|
|
|
|
all install clean nuke installall update test:V:
|
|
@{cd bin/source; mk $target}
|
|
@{cd news/src; mk $target}
|
|
@{cd wiki/src; mk $target}
|