2ccac8093bcf7067eb04edb4bec09fdc4fdd9d5e
As suggested by @karlklose in https://codereview.chromium.org/513563002/ comments. Improve testing documentation. - add a README - add a description by example of selectors to the "./tools/test.py -h" output - update/add source comments I had a hard time figuring out how to add and run the tests, mostly because I tried to call them "*_test_1.dart" and "*_test_2.dart", but language test files must have names of the form "*_test.dart". So, I added a README summarizing and referencing the relevant docs. R=brianwilkerson@google.com, karlklose@google.com, jwren@google.com BUG= Review URL: https://codereview.chromium.org//521773003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39822 260f80e4-7a28-3924-810f-c04153c831b5
This is the repository of the Dart programming language and its associated tools, libraries, and samples. For license information, please see LICENSE. You can find more about Dart online at http://dartlang.org or http://code.google.com/p/dart. Here's a brief guide to what's in here: editor/ Eclipse-based standalone Dart IDE. lib/ Libraries that ship with the Dart runtime (core, html, etc.). pkg/ Packages that are not shipped with the core runtime. runtime/ Dart VM and code for running it as a standalone app. samples/ Sample Dart programs. tests/ Automated tests. third_party/ External dependencies. tools/ Build scripts, text editor support files, etc. utils/ Utilities for Dart applications.
Description
Languages
Dart
84.6%
C++
13%
Python
0.7%
JavaScript
0.5%
HTML
0.4%
Other
0.5%