Fix tests build when --with-install-suffix is set.

Add test/jemalloc_test.h.in, which is processed to include
jemalloc/jemalloc@install_suffix@.h, so that test programs can include
it without worrying about the install suffix.
This commit is contained in:
Jason Evans 2010-10-07 09:53:26 -07:00
parent 1506a1b903
commit 9f3b0a74fd
8 changed files with 19 additions and 11 deletions

View file

@ -3,7 +3,7 @@
#include <string.h>
#define JEMALLOC_MANGLE
#include "jemalloc/jemalloc.h"
#include "jemalloc_test.h"
int
main(void)