diff options
author | José Fonseca <jose.r.fonseca@gmail.com> | 2011-11-29 23:25:13 +0000 |
---|---|---|
committer | José Fonseca <jose.r.fonseca@gmail.com> | 2011-11-29 23:25:13 +0000 |
commit | c7cc272ddcf5dbde3361f2a9a54427a77976da89 (patch) | |
tree | 1d55390ea010ee712bd1eed6ee20c15b76c0eaa3 /DEVELOPMENT.markdown | |
parent | fc73ca1d4a8f177ccd84aa0c9a841c9e86c81fdc (diff) |
Update docs.
Diffstat (limited to 'DEVELOPMENT.markdown')
-rw-r--r-- | DEVELOPMENT.markdown | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/DEVELOPMENT.markdown b/DEVELOPMENT.markdown index b64db14..5d2c052 100644 --- a/DEVELOPMENT.markdown +++ b/DEVELOPMENT.markdown @@ -1,8 +1,8 @@ Coding Style ============ -XXX: These are guidelines for new code. Some of existing hasn't been updated -to these conventions yet. +XXX: These are mostly guidelines for new code, as some of existing hasn't been +updated to these conventions yet. Whitespace (all languages): @@ -75,4 +75,6 @@ Backwards compatibility: Regression testing ================== -Not standardized yet. Work in progress. +There is a regression test suite under development in +https://github.com/apitrace/apitrace-tests . + |