From 7b4a296a71d1b7f2555f5f63512ec964671464c0 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Sun, 18 Mar 2018 20:43:21 +0100 Subject: tests: Add note about test suite naming convention --- doc/developer-notes.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/developer-notes.md b/doc/developer-notes.md index a5468c3be3..2724fe1946 100644 --- a/doc/developer-notes.md +++ b/doc/developer-notes.md @@ -34,6 +34,8 @@ code. - Constant names are all uppercase, and use `_` to separate words. - Class names, function names and method names are UpperCamelCase (PascalCase). Do not prefix class names with `C`. + - Test suite naming convention: The Boost test suite in file + `src/test/foo_tests.cpp` should be named `foo_tests`. - **Miscellaneous** - `++i` is preferred over `i++`. -- cgit v1.2.3