diff options
| author | nicole mazzuca <mazzucan@outlook.com> | 2019-07-18 19:07:00 -0700 |
|---|---|---|
| committer | Griffin Downs <35574547+grdowns@users.noreply.github.com> | 2019-07-18 19:07:00 -0700 |
| commit | 825055378998ae6bc24e8cb0bce2e1fbf9a425da (patch) | |
| tree | dce29d762b06e5f44e985051c3d5520c7ca1cc19 /toolsrc/.clang-format | |
| parent | 9b5ee9941232dc3dd07085de747b1e95bb059525 (diff) | |
| download | vcpkg-825055378998ae6bc24e8cb0bce2e1fbf9a425da.tar.gz vcpkg-825055378998ae6bc24e8cb0bce2e1fbf9a425da.zip | |
Rewrite the tests! now they're cross-platform! (#7315)
* begin exploratory rewriting of tests
* continue working on tests
* more test work! holy butts vcpkg-tests/plan.cpp was a bunch of work
* finish writing new tests
- [x] write catch2 tests
- [ ] rewrite/at least delete the VS project files
- [ ] document running tests
* Fix tests to work on WSL, rewrite test vcxproj
still need to test on macOS
also, delete tests.pch.h
* Condense add_test calls
Diffstat (limited to 'toolsrc/.clang-format')
| -rw-r--r-- | toolsrc/.clang-format | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolsrc/.clang-format b/toolsrc/.clang-format index c14765672..4d2c34fc4 100644 --- a/toolsrc/.clang-format +++ b/toolsrc/.clang-format @@ -28,6 +28,7 @@ Cpp11BracedListStyle: true IndentCaseLabels: true KeepEmptyLinesAtTheStartOfBlocks: false NamespaceIndentation: All +ForEachMacros: [TEST_CASE, SECTION] PenaltyReturnTypeOnItsOwnLine: 1000 SpaceAfterTemplateKeyword: false SpaceBeforeCpp11BracedList: false |
