浏览代码

Renamed hash,str to hashtable,string-util

svn path=/trunk/mono/; revision=63938
Aaron Bockover 19 年之前
父节点
当前提交
d3a7d03e48
共有 3 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      eglib/test/Makefile.am
  2. 0 0
      eglib/test/hashtable.c
  3. 0 0
      eglib/test/string-util.c

+ 5 - 5
eglib/test/Makefile.am

@@ -1,10 +1,10 @@
 noinst_PROGRAMS = test 
 
-test_SOURCES = \
-	test.c      \
-	driver.c	\
-	hash.c		\
-	str.c 		\
+test_SOURCES =    \
+	test.c        \
+	driver.c      \
+	hashtable.c	  \
+	string-util.c \
 	slist.c
 
 test_CFLAGS = -Wall -Werror -D_FORTIFY_SOURCE=2

+ 0 - 0
eglib/test/hash.c → eglib/test/hashtable.c


+ 0 - 0
eglib/test/str.c → eglib/test/string-util.c