<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Drivers/DRI/swrast"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=89586#c11">Comment # 11</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Drivers/DRI/swrast"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=89586">bug 89586</a>
              from <span class="vcard"><a class="email" href="mailto:daniel.sebald@ieee.org" title="Dan Sebald <daniel.sebald@ieee.org>"> <span class="fn">Dan Sebald</span></a>
</span></b>
        <pre>"it's all a bit annoying as it uses cmake"

Yes, as bit, but eventually was able to make everything.  The one significant
issue was making Waffles in /usr/local couldn't be found by Piglit ccmake. 
Because cmake has no uninstall, I manually deleted all the files Waffles
installed and then used the prefix "/usr" to make Waffles.  Piglit could then
find Waffles.

Anyway, writing the C program shouldn't be difficult, but I can't seem to get
the basics working correctly.  When I built Piglit all seemed OK, at least
there was about 8 minutes to the build process as it methodically stepped
through directories building things.  However, nothing I supply to ./piglit
seems to be accepted:

[sebald@ piglit]$ ./piglit run
usage: piglit [-h] [-n <test name>] [-d] [-t <regex>] [-x <regex>]
              [-b {json,junit}] [-c | -1]
              [-p {glx,x11_egl,wayland,gbm,mixed_glx_egl}] [--valgrind]
              [--dmesg] [-s] [--junit_suffix JUNIT_SUFFIX] [-f config_file]
              [-v | -l {quiet,verbose,dummy}] [--test-list TEST_LIST]
              <Profile paths)> [<Profile path(s> ...] <Results Path>
piglit: error: too few arguments
[sebald@ piglit]$ ./piglit run -h
usage: piglit run
piglit run: error: unrecognized arguments: -h
[sebald@ piglit]$ ./piglit run sanity results/sanity
usage: piglit run
piglit run: error: unrecognized arguments: sanity results/sanity
[sebald@ piglit]$ ./piglit run tests/sanity.py results/sanity
usage: piglit run
piglit run: error: unrecognized arguments: tests/sanity.py results/sanity</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>