i965/gen8: Expose auxiliary mode resolver
[mesa.git] / SConstruct
index ef71ab69c3844cd0a3837f76f34d639ea460cd79..e2e49fcc6ca4aa93f75440517ed89f99cca6dab9 100644 (file)
@@ -84,6 +84,11 @@ env.Append(CPPPATH = [
 #print env.Dump()
 
 
+# Add a check target for running tests
+check = env.Alias('check')
+env.AlwaysBuild(check)
+
+
 #######################################################################
 # Invoke host SConscripts 
 #