summaryrefslogtreecommitdiff
path: root/tests/glean/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/glean/options.h')
-rw-r--r--tests/glean/options.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/glean/options.h b/tests/glean/options.h
index 8027069c8..ea84348e6 100644
--- a/tests/glean/options.h
+++ b/tests/glean/options.h
@@ -48,11 +48,11 @@
#ifndef __options_h__
#define __options_h__
-using namespace std;
-
#include <string>
#include <vector>
+using namespace std;
+
namespace GLEAN {
class Options {
@@ -82,6 +82,9 @@ class Options {
// Sorted list of tests to be executed.
bool overwrite; // overwrite old results database if exists
+
+ bool quick; // run fewer/quicker tests when possible
+
#if defined(__X11__)
string dpyName; // Name of the X11 display providing the
// OpenGL implementation to be tested.