From 1fd73b594d611624ccb73f614c61298debf48994 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 20 Apr 2011 02:56:39 -0400 Subject: [PATCH] [test] Rename test-types to test-common --- test/Makefile.am | 2 +- test/{test-types.c => test-common.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/{test-types.c => test-common.c} (100%) diff --git a/test/Makefile.am b/test/Makefile.am index 37cfed2..499d00b 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 -- 2.7.4