Commit 5b28c1407e8088a4a999b340ecd4601c9e2be32e

Authored by Christoph Bachhuber
Committed by Henry Schreiner
1 parent 27da2f95

Add tests to cpplint checks

Showing 1 changed file with 1 additions and 1 deletions
azure-pipelines.yml
... ... @@ -36,7 +36,7 @@ jobs:
36 36 vmImage: 'ubuntu-latest'
37 37 container: sharaku/cpplint:latest
38 38 steps:
39   - - bash: cpplint --counting=detailed --recursive examples include/CLI
  39 + - bash: cpplint --counting=detailed --recursive examples include/CLI tests
40 40 displayName: Checking against google style guide
41 41  
42 42 # TODO: Fix macOS error and windows warning in c++17 mode
... ...