tdb: run abi_checks as part of "make test".
authorMichael Adam <obnox@samba.org>
Sat, 29 Aug 2009 22:40:18 +0000 (00:40 +0200)
committerMichael Adam <obnox@samba.org>
Sat, 29 Aug 2009 22:51:55 +0000 (00:51 +0200)
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

index 1e451c2d48db34712773686c3aa810733b96b870..267c2d1c85644ab0691f03310afae9a35a1e8e0f 100644 (file)
@@ -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)