diff options
author | Geoff Levand <geoff@infradead.org> | 2013-04-23 20:18:00 -0700 |
---|---|---|
committer | Geoff Levand <geoff@infradead.org> | 2013-04-23 20:39:22 -0700 |
commit | b211fabbff1c5af472ca07ee5dfdbbe11fc6898f (patch) | |
tree | 753bec1c95e8700790a31505b0eacfc42af25fd1 /test/Makefile.am | |
parent | 89e608b7476468fb4e0d469deee5d7831c443f05 (diff) | |
download | talos-petitboot-b211fabbff1c5af472ca07ee5dfdbbe11fc6898f.tar.gz talos-petitboot-b211fabbff1c5af472ca07ee5dfdbbe11fc6898f.zip |
test: Add list test
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 21971a6..a32f79f 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 = parser urls +SUBDIRS = list parser urls noinst_SCRIPTS = hotplug-device.sh |