+2002-03-07 Theodore Tso <tytso@mit.edu>
+
+ * Makefile.in (check): Use LD_LIBRARY_PATH to run test programs.
+ (From Philipp Thomas <pthomas@suse.de>)
+
2002-02-25 Theodore Tso <tytso@mit.edu>
* ext2_fs.h: Add structure definitions for the directory indexing
$(CC) -o mkjournal $(srcdir)/mkjournal.c -DDEBUG $(STATIC_LIBEXT2FS) $(LIBCOM_ERR) $(ALL_CFLAGS)
check:: tst_badblocks tst_iscan tst_byteswap
- ./tst_badblocks
- ./tst_iscan
- ./tst_byteswap
+ LD_LIBRARY_PATH=$(LIB) ./tst_badblocks
+ LD_LIBRARY_PATH=$(LIB) ./tst_iscan
+ LD_LIBRARY_PATH=$(LIB) ./tst_byteswap
installdirs::
$(top_srcdir)/mkinstalldirs $(DESTDIR)$(libdir) \
+2002-03-07 Theodore Tso <tytso@mit.edu>
+
+ * Makefile.in (check): Use LD_LIBRARY_PATH to run test programs.
+ (From Philipp Thomas <pthomas@suse.de>)
+
2002-02-24 Theodore Tso <tytso@mit.edu>
* Makefile.in (install): Remove any compressed man pages before
done
test_extent.out: test_extent $(srcdir)/test_extent.in
- ./test_extent < $(srcdir)/test_extent.in > test_extent.out
+ LD_LIBRARY_PATH=$(LIB) ./test_extent < $(srcdir)/test_extent.in \
+ > test_extent.out
check:: test_extent.out
@if cmp -s test_extent.out $(srcdir)/test_extent.in ; then \