Lines Matching full:piglit
7 # Exit as a "skip" so make check works even without piglit.
12 echo "PIGLIT_DIR must be set to the directory of the piglit repository."
13 # Exit as a "skip" so make check works even without piglit.
18 echo "PIGLIT_RESULTS_DIR must be set to where to output piglit results."
42 $XSERVER_DIR/test/scripts/xinit-piglit-session.sh \
46 # Write out piglit-summaries.
49 $PIGLIT_DIR/piglit summary console -s $PIGLIT_RESULTS_DIR > $SHORT_SUMMARY
50 $PIGLIT_DIR/piglit summary console $PIGLIT_RESULTS_DIR > $LONG_SUMMARY
55 # Parse the piglit summary to decide on our exit status.
69 $PIGLIT_DIR/piglit summary html \
75 echo "Some piglit tests failed."