[test] Rename test-types to test-common
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 20 Apr 2011 06:56:39 +0000 (02:56 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Wed, 20 Apr 2011 06:56:39 +0000 (02:56 -0400)
test/Makefile.am
test/test-common.c [moved from test/test-types.c with 100% similarity]

index 37cfed2..499d00b 100644 (file)
@@ -10,7 +10,7 @@ check_PROGRAMS = $(TEST_PROGS)
 
 TEST_PROGS += \
        test-buffer \
-       test-types \
+       test-common \
        test-unicode \
        $(NULL)
 
similarity index 100%
rename from test/test-types.c
rename to test/test-common.c