File: check_all_headers.sh

package info (click to toggle)
quantlib 1.40-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 41,768 kB
  • sloc: cpp: 398,987; makefile: 6,574; python: 214; sh: 150; lisp: 86
file content (8 lines) | stat: -rwxr-xr-x 208 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/bin/bash

# execute this script from the root QuantLib directory

find ./ql -name *.hpp \
| grep -v '/all\.hpp$' | grep -v '/auto_link\.hpp$' | grep -v 'config' \
| sort | python3 ./tools/check_header.py