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 /test | |
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>
Diffstat (limited to 'test')
-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 |
3 files changed, 1 insertions, 1 deletions
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 |