From 1b544d25f68ddb18cd243c4064b49e862ebfd884 Mon Sep 17 00:00:00 2001 From: Minero Aoki Date: Mon, 14 Jan 2008 12:23:38 +0000 Subject: [PATCH] * move *.hb files from test/ to import/. git-svn-id: file:///Users/aamine/c/gitwork/public/cbc/trunk@3828 1b9489fe-b721-0410-924e-b54b9192deb8 --- ChangeLog | 4 ++++ {test => import}/errno.hb | 0 {test => import}/stddef.hb | 0 {test => import}/stdio.hb | 0 {test => import}/stdlib.hb | 0 {test => import}/string.hb | 0 {test => import}/strings.hb | 0 {test => import}/unistd.hb | 0 8 files changed, 4 insertions(+) rename {test => import}/errno.hb (100%) rename {test => import}/stddef.hb (100%) rename {test => import}/stdio.hb (100%) rename {test => import}/stdlib.hb (100%) rename {test => import}/string.hb (100%) rename {test => import}/strings.hb (100%) rename {test => import}/unistd.hb (100%) diff --git a/ChangeLog b/ChangeLog index d35b509..ced9c9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Jan 14 21:23:33 2008 Minero Aoki + + * move *.hb files from test/ to import/. + Mon Jan 14 21:22:26 2008 Minero Aoki * test/string.hb: new file. diff --git a/test/errno.hb b/import/errno.hb similarity index 100% rename from test/errno.hb rename to import/errno.hb diff --git a/test/stddef.hb b/import/stddef.hb similarity index 100% rename from test/stddef.hb rename to import/stddef.hb diff --git a/test/stdio.hb b/import/stdio.hb similarity index 100% rename from test/stdio.hb rename to import/stdio.hb diff --git a/test/stdlib.hb b/import/stdlib.hb similarity index 100% rename from test/stdlib.hb rename to import/stdlib.hb diff --git a/test/string.hb b/import/string.hb similarity index 100% rename from test/string.hb rename to import/string.hb diff --git a/test/strings.hb b/import/strings.hb similarity index 100% rename from test/strings.hb rename to import/strings.hb diff --git a/test/unistd.hb b/import/unistd.hb similarity index 100% rename from test/unistd.hb rename to import/unistd.hb