diff options
author | Geoff Levand <geoff@infradead.org> | 2013-04-28 11:21:50 -0700 |
---|---|---|
committer | Geoff Levand <geoff@infradead.org> | 2013-04-28 11:21:50 -0700 |
commit | 158b5a1ec8b4156da1d335a4f940919578928790 (patch) | |
tree | 6522c9b36d7004bfdc0f056f5ff2e7af480616a2 | |
parent | e0040f05dd45c84214bfdef5d4c6eacf9586aa7b (diff) | |
download | talos-petitboot-158b5a1ec8b4156da1d335a4f940919578928790.tar.gz talos-petitboot-158b5a1ec8b4156da1d335a4f940919578928790.zip |
test: Rename test/list to test/lib
Having a test/list directory is a little too specific, so rename
the test/list directory to test/lib as a place for any lib tests.
Signed-off-by: Geoff Levand <geoff@infradead.org>
-rw-r--r-- | configure.ac.in | 2 | ||||
-rw-r--r-- | test/Makefile.am | 2 | ||||
-rw-r--r-- | test/lib/Makefile.am (renamed from test/list/Makefile.am) | 0 | ||||
-rw-r--r-- | test/lib/list-test.c (renamed from test/list/list-test.c) | 0 |
4 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac.in b/configure.ac.in index 53f42ba..1b66244 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -213,7 +213,7 @@ AC_CONFIG_FILES([ lib/Makefile man/Makefile test/Makefile - test/list/Makefile + test/lib/Makefile test/parser/Makefile test/urls/Makefile ui/Makefile diff --git a/test/Makefile.am b/test/Makefile.am index a32f79f..f2f4176 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -12,7 +12,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -SUBDIRS = list parser urls +SUBDIRS = lib parser urls noinst_SCRIPTS = hotplug-device.sh diff --git a/test/list/Makefile.am b/test/lib/Makefile.am index 56fea5e..56fea5e 100644 --- a/test/list/Makefile.am +++ b/test/lib/Makefile.am diff --git a/test/list/list-test.c b/test/lib/list-test.c index b4ef7ab..b4ef7ab 100644 --- a/test/list/list-test.c +++ b/test/lib/list-test.c |