<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 12/15/2014 03:25 PM, Chris Lumens
      wrote:<br>
    </div>
    <blockquote
      cite="mid:1418675121-30765-2-git-send-email-clumens@redhat.com"
      type="cite">
      <pre wrap="">diff --git a/tests/Makefile.am b/tests/Makefile.am
index 014a77e..2dff690 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -52,6 +52,7 @@ dist_check_SCRIPTS = $(srcdir)<i class="moz-txt-slash"><span class="moz-txt-tag">/</span>glade<span class="moz-txt-tag">/</span></i>*/*.py \
                      storage/run_storage_tests.py \
                      ostree/run_ostree_tests.sh \
                      install/run_install_test.sh \
+                     kickstart_tests/run_kickstart_tests.sh \
                      $(srcdir)<i class="moz-txt-slash"><span class="moz-txt-tag">/</span>gui<span class="moz-txt-tag">/</span></i>*.ks \
                      $(srcdir)<i class="moz-txt-slash"><span class="moz-txt-tag">/</span>gui<span class="moz-txt-tag">/</span></i>*.sh \
                      $(srcdir)<i class="moz-txt-slash"><span class="moz-txt-tag">/</span>gui/inside<span class="moz-txt-tag">/</span></i>*.py \</pre>
    </blockquote>
    <br>
    To make sure all the tests end up in the dist tarball, add to
    dist_check_SCRIPTS:<br>
    <br>
        $(srcdir)/kickstart_tests/*.sh \<br>
        $(srcdir)/kickstart_tests/*.ks<br>
    <br>
    You might need to do that in the commit after this one, though,
    where *.ks actually starts to exist.<br>
  </body>
</html>