mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-06 15:40:29 +02:00
Delete test file after all tests have run in order to make "make
distcheck" work.
This commit is contained in:
parent
c3744cdced
commit
c9d719cd9d
3 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2006-05-28 Marius Vollmer <mvo@zagadka.de>
|
||||||
|
|
||||||
|
* tests/ports.test, tests/filesys.test: Delete test file after all
|
||||||
|
tests have run in order to make "make distcheck" work.
|
||||||
|
|
||||||
2006-05-20 Kevin Ryde <user42@zip.com.au>
|
2006-05-20 Kevin Ryde <user42@zip.com.au>
|
||||||
|
|
||||||
* tests/srfi-1.test (assoc): A few tests, in particular "=" argument
|
* tests/srfi-1.test (assoc): A few tests, in particular "=" argument
|
||||||
|
|
|
@ -125,3 +125,5 @@
|
||||||
(close-port port)
|
(close-port port)
|
||||||
(eqv? 5 (stat:size st))))))
|
(eqv? 5 (stat:size st))))))
|
||||||
|
|
||||||
|
(delete-file (test-file))
|
||||||
|
(delete-file (test-symlink))
|
||||||
|
|
|
@ -626,3 +626,5 @@
|
||||||
(procedure)))))
|
(procedure)))))
|
||||||
(list read read-char read-line)
|
(list read read-char read-line)
|
||||||
'("read" "read-char" "read-line")))
|
'("read" "read-char" "read-line")))
|
||||||
|
|
||||||
|
(delete-file (test-file))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue