diff options
author | Michael Adam <obnox@samba.org> | 2009-08-30 00:40:18 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-08-30 00:51:55 +0200 |
commit | f7c473f53470b3fb7eac9474928cfa76219e766e (patch) | |
tree | b5c697f5e982da1190c9df105e8af224ceac26c9 /lib/tdb/tdb.mk | |
parent | dff3f37cf189e99c2011048cbf23b37d7161d9f8 (diff) | |
download | samba-f7c473f53470b3fb7eac9474928cfa76219e766e.tar.gz samba-f7c473f53470b3fb7eac9474928cfa76219e766e.tar.bz2 samba-f7c473f53470b3fb7eac9474928cfa76219e766e.zip |
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
Diffstat (limited to 'lib/tdb/tdb.mk')
-rw-r--r-- | lib/tdb/tdb.mk | 2 |
1 files changed, 2 insertions, 0 deletions
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) |