#define EXTRA_LIBOBJ  ../lib/mem/mem.o ../lib/misc/assert.dbug.o

#define CPPFLAGS -I..
#define CFLAGS -g +I
#define LIBNAME libbh.a

all&: LIBNAME all_tests


#include <bh>

all_tests&: LIBNAME
	(cd tests/memtest ; cake)
	(cd tests/stringtest ; cake)
