#!/bin/sh
# - test
# - need_x
# - option_a
# - option_b
# - option_c
# - option_d
# - option_e
# - option_f

## The Phoronix Test Suite is the most comprehensive testing and benchmarking
## platform available that provides an extensible framework for which new tests
## can be easily added.

if [ "$need_x" = true ]; then
	mkdir -p		/tmp/.X11-unix
	chmod 1777		/tmp/.X11-unix
	chown root:root		/tmp/.X11-unix

	xinit $LKP_SRC/tests/phoronix-test-suite.xinitrc
else
	$LKP_SRC/tests/phoronix-test-suite.xinitrc
fi
