mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-18 17:50:29 +02:00
* check-guile.in: use @srcdir@ instead of @test_suite_dir@. use
the current directory (build dir) not srcdir to find guile executable. otherwise "make check" doesn't work with a separate build directory. create the test log in $build_dir/check-guile.log instead of in srcdir/test-suite directory. * configure.in: don't define or substitute test_suite_dir. * guile-test: use #!/bogus-path/..., not #!/home/dirk/... in the first line.
This commit is contained in:
parent
6d163216bd
commit
51cfd7da2c
5 changed files with 22 additions and 9 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-03-18 Gary Houston <ghouston@arglist.com>
|
||||
|
||||
* guile-test: use #!/bogus-path/..., not #!/home/dirk/... in the
|
||||
first line.
|
||||
|
||||
2001-03-12 Dirk Herrmann <D.Herrmann@tu-bs.de>
|
||||
|
||||
* tests/syntax.test: Added a test for let* bindings and
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/home/dirk/bin/guile \
|
||||
#!/bogus-path/guile \
|
||||
-e main -s
|
||||
!#
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue