summaryrefslogtreecommitdiff
path: root/check-guile.in
Commit message (Expand)AuthorAgeFilesLines
* (top_srcdir): Use `top_srcdir_absolute' AC_SUBST var.Thien-Thi Nguyen2002-03-041-2/+1
* Update usage comment; nfc.Thien-Thi Nguyen2002-02-261-2/+2
* (top_builddir): Use AC_SUBST var `top_builddir_absolute'....(guile): Look for pre-inst-guile in $top_builddir. Thien-Thi Nguyen2002-02-261-5/+3
* (TEST_SUITE_DIR): Fix bug: Use `top_srcdir'....(GUILE_LOAD_PATH): No longer include $top_srcdir. Thien-Thi Nguyen2002-02-051-4/+3
* (top_builddir): Fix bug: Use cwd.Thien-Thi Nguyen2002-02-051-1/+1
* (srcdir): Delete var....(top_builddir, top_srcdir, guile_opts): New vars. Use "set -e". No longer set LTDL_LIBRARY_PATH. Use ${top_srcdir}/pre-inst-guile instead of libguile/guile. Thien-Thi Nguyen2002-02-051-9/+16
* * check-guile.in: Replaced `ln -s' by `@LN_S@' to supports...build systems which do not have symbolic links. Marius Vollmer2001-11-021-1/+1
* Do not include ".libs" in LTDL_LIBRARY_PATH, libltdl provides it...itself. Marius Vollmer2001-08-261-1/+1
* * check-guile.in: fix to be runnable when srcdir!=builddir.Michael Livshin2001-05-281-1/+1
* For SRFI testing, set and export env var `LTDL_LIBRARY_PATH'.Thien-Thi Nguyen2001-05-111-0/+3
* Fix sh standard conformance bug: Replace "test -e"...with "test -f". Thanks to Alexander Klimov. Thien-Thi Nguyen2001-03-251-1/+1
* * check-guile.in: 16 documentation tests were failing if "make... check" was run before Guile had been installed with the current --prefix. made various changes to the script so that it runs without a cd to the test-suite directory. For the -i option, don't point GUILE_LOAD_PATH to the current directory, but let it use it's own scheme library. * tests/r4rs.test: use test-file-name to locate r4rs.test, not data-file-name. * guile-test: define tmp-dir, the location where r4rs.test will create it's temporary files. (data-file-name): use tmp-dir. this must be under build-dir, not src-dir. Gary Houston2001-03-191-18/+12
* * check-guile.in: rename $parent to $srcdir. if it's equal to "."... set it to `pwd`. Gary Houston2001-03-191-4/+7
* * 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. Gary Houston2001-03-181-4/+6
* * Forgot to add the file check-guile.in with the latest commit.Dirk Herrmann2001-01-261-0/+43