Skip to content

Commit 3e47253

Browse files
committed
Expect test-driver.scm in current directory
1 parent a7e8f35 commit 3e47253

File tree

2 files changed

+1
-195
lines changed

2 files changed

+1
-195
lines changed

build-aux/test-driver.scm

Lines changed: 0 additions & 194 deletions
This file was deleted.

tests/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SUBDIRS = integration fixtures
44

55
TEST_EXTENSIONS = .scm
66
TESTS_ENVIRONMENT = LD_LIBRARY_PATH=$(top_builddir)/aiscm/.libs:$(LD_LIBRARY_PATH) GUILE_AUTO_COMPILE=0
7-
SCM_LOG_DRIVER = $(GUILE) -L $(top_builddir) -L $(srcdir) $(top_srcdir)/build-aux/test-driver.scm
7+
SCM_LOG_DRIVER = $(GUILE) -L $(top_builddir) -L $(srcdir) $(top_srcdir)/test-driver.scm
88

99
TESTS = test_core.scm test_tensors.scm test_image.scm test_magick.scm \
1010
test_pulse.scm test_ringbuffer.scm test_util.scm test_samples.scm test_xorg.scm \

0 commit comments

Comments
 (0)