diff --git a/test/Makefile.am b/test/Makefile.am index 37cfed2cd..499d00b15 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -10,7 +10,7 @@ check_PROGRAMS = $(TEST_PROGS) TEST_PROGS += \ test-buffer \ - test-types \ + test-common \ test-unicode \ $(NULL) diff --git a/test/test-types.c b/test/test-common.c similarity index 100% rename from test/test-types.c rename to test/test-common.c