diff --git a/src/tests/check_asprintf.c b/test/check_asprintf.c copy from src/tests/check_asprintf.c copy to test/check_asprintf.c --- a/src/tests/check_asprintf.c +++ b/test/check_asprintf.c @@ -17,12 +17,12 @@ along with DistRen. If not, see . */ -#include "asprintf.h" +#include "common/asprintf.h" #include #include -START_TEST (asprintf) +START_TEST (check_asprintf) { /* tere _must_ be a better way to test this... */ char *teststring = "abcdefghijklmnopqrstuvwxyz";