From f7c473f53470b3fb7eac9474928cfa76219e766e Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 30 Aug 2009 00:40:18 +0200 Subject: tdb: run abi_checks as part of "make test". Strange: I had to place "test:: abi_checks" before the main "test::" target here, otherwise the abi checks would not get run. Michael --- lib/tdb/tdb.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/tdb/tdb.mk b/lib/tdb/tdb.mk index 1e451c2d48..267c2d1c85 100644 --- a/lib/tdb/tdb.mk +++ b/lib/tdb/tdb.mk @@ -26,6 +26,8 @@ bin/tdbdump$(EXEEXT): tools/tdbdump.o $(TDB_LIB) bin/tdbbackup$(EXEEXT): tools/tdbbackup.o $(TDB_LIB) $(CC) $(CFLAGS) $(LDFLAGS) -o bin/tdbbackup tools/tdbbackup.o -L. -ltdb +test:: abi_checks + test:: bin/tdbtorture$(EXEEXT) $(TDB_SONAME) $(LIB_PATH_VAR)=. bin/tdbtorture$(EXEEXT) -- cgit