summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChoe Hwanjin <choe.hwanjin@gmail.com>2006-11-13 00:58:58 +0900
committerChoe Hwanjin <choe.hwanjin@gmail.com>2006-11-13 00:58:58 +0900
commit265063927cf79b713eeefcf9a8881e9dd1ce8a16 (patch)
tree32371d4156a15f04bfba948ec41c1a27a392523f /test
parent5c7b0676fee317c776ec635e7c3af2628f6ffd40 (diff)
downloadlibhangul-265063927cf79b713eeefcf9a8881e9dd1ce8a16.tar.gz
test.c -> hangul.c
git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@96 8f00fcd2-89fc-0310-932e-b01be5b65e01
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am8
-rw-r--r--test/hangul.c (renamed from test/test.c)0
2 files changed, 4 insertions, 4 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 9d74374..25aebd5 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,9 +1,9 @@
-noinst_PROGRAMS = test hanja
+noinst_PROGRAMS = hangul hanja
-test_CFLAGS =
-test_SOURCES = test.c
-test_LDADD = ../hangul/libhangul.la
+hangul_CFLAGS =
+hangul_SOURCES = hangul.c
+hangul_LDADD = ../hangul/libhangul.la
hanja_CFLAGS =
hanja_SOURCES = hanja.c
diff --git a/test/test.c b/test/hangul.c
index 37130fb..37130fb 100644
--- a/test/test.c
+++ b/test/hangul.c