Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(246)

Unified Diff: Makefile.standalone-help/check-xtest.txt

Issue 1582243005: allow specific test for make check (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: changes suggested by stichnot Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Makefile.standalone-help/check-xtest.txt
diff --git a/Makefile.standalone-help/check-xtest.txt b/Makefile.standalone-help/check-xtest.txt
new file mode 100644
index 0000000000000000000000000000000000000000..574fd751262f63520aa6e2208fc0da7e20e9014b
--- /dev/null
+++ b/Makefile.standalone-help/check-xtest.txt
@@ -0,0 +1,5 @@
+check-xtest - run the cross tests
+
+to check a specific test, override CHECK_XTEST_TESTS
+i.e. make -f Makefile.standalone check-xtest CHECK_XTEST_TESTS=crosstest/Output/mem_intrin_x8632_nonsfi_O2_sse2.xtest
+

Powered by Google App Engine
This is Rietveld 408576698