Add a check and test target.
This commit is contained in:
parent
531d853730
commit
84b8608d2c
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -12,6 +12,10 @@ CONTROL = $$HOME/usenet/control
|
||||||
EXTRACT = grep '^\# Version'
|
EXTRACT = grep '^\# Version'
|
||||||
REFORMAT = sed -e 's/^\# Version /--release=/' -e 's/, / --date=/'
|
REFORMAT = sed -e 's/^\# Version /--release=/' -e 's/, / --date=/'
|
||||||
|
|
||||||
|
# Run the test suite.
|
||||||
|
check test:
|
||||||
|
cd tests && ./run-tests
|
||||||
|
|
||||||
# Generate a staging area to be copied to the FTP site. This contains the
|
# Generate a staging area to be copied to the FTP site. This contains the
|
||||||
# documentation and scripts separate, the .tar.gz file for the entire
|
# documentation and scripts separate, the .tar.gz file for the entire
|
||||||
# distribution in a subdirectory, and the ARCHIVE area.
|
# distribution in a subdirectory, and the ARCHIVE area.
|
||||||
|
|
Loading…
Reference in a new issue