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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | test/Makefile.am | 2 |
1 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 |