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

Unified Diff: pkg/analysis_server/tool/spec/generate_files

Issue 451483005: Code generate integration test methods for synchronous request/response pairs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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
« no previous file with comments | « pkg/analysis_server/tool/spec/codegen_inttest_methods.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/tool/spec/generate_files
diff --git a/pkg/analysis_server/tool/spec/generate_files b/pkg/analysis_server/tool/spec/generate_files
index 3bc714f96e329c23a7857329b30d1098060851e7..00bb89df1522bd0e64d575566d2ab257b5f204bb 100755
--- a/pkg/analysis_server/tool/spec/generate_files
+++ b/pkg/analysis_server/tool/spec/generate_files
@@ -10,6 +10,9 @@
#
# - ../../test/integration/protocol_matchers.dart: matchers to be used by
# integration tests.
+#
+# - ../../test/integration/integration_test_methods.dart: convenience methods
+# to be used by integration tests.
set -e
@@ -54,3 +57,4 @@ VM_OPTIONS+=("--package-root=${PKG_DIR}")
cd "${SCRIPT_DIR}"
"${DART}" "${VM_OPTIONS[@]}" "to_html.dart"
"${DART}" "${VM_OPTIONS[@]}" "codegen_matchers.dart"
+"${DART}" "${VM_OPTIONS[@]}" "codegen_inttest_methods.dart"
« no previous file with comments | « pkg/analysis_server/tool/spec/codegen_inttest_methods.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698