mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-20 13:00:51 -07:00
Oops, forgot to check in advanced.rst.
Copied from Perforce Change: 180304 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
31c5b39795
commit
01f052d63e
3 changed files with 819 additions and 6 deletions
|
|
@ -19,8 +19,9 @@ clean:
|
|||
rm $(TARGETS)
|
||||
|
||||
test: $(TARGETS)
|
||||
for TARGET in $(TARGETS); do \
|
||||
@for TARGET in $(TARGETS); do \
|
||||
for TEST in $(TESTS); do \
|
||||
echo "$$TARGET $$TEST:"; \
|
||||
./$$TARGET test-$$TEST.scm || exit; \
|
||||
done \
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue