summaryrefslogtreecommitdiff
path: root/build/makecheck5
blob: 9cf5450b6a831aafca534d803a91a183677a4e52 (plain) (blame)
1
2
3
4
5
6
#!/bin/bash

find ../src -type f -name "*.cpp" -exec ../../vera++/vera++ {} \; 2>logs/vera.txt
find ../src -type f -name "*.hpp" -exec ../../vera++/vera++ {} \; 2>>logs/vera.txt
find ../src -type f -name "*.h" -exec ../../vera++/vera++ {} \; 2>>logs/vera.txt
find ../src -type f -name "*.cc" -exec ../../vera++/vera++ {} \; 2>>logs/vera.txt