Probably need a mechanism for automatically detecting language (exclude integration_test dir!). Lists taken from: https://github.com/github/linguist/blob/master/lib/linguist/languages.yml
- Python:
*.py
- C/C++:
*.c, *.cpp, *.c++, *.cc, *.cxx, *.h, *.h++, *.hh, *.hpp, *.hxx
- Java:
*.java
- Go:
*.go
Also need flags to force language detection and disable this feature (part of making bin/run_harness a python script for #17).
simple_test.runner)valgrind: --log-filename="path/to/tmp/file"go vet(installed),go fmt(installed),golint(not installed)Probably need a mechanism for automatically detecting language (exclude
integration_testdir!). Lists taken from: https://github.com/github/linguist/blob/master/lib/linguist/languages.yml*.py*.c,*.cpp,*.c++,*.cc,*.cxx,*.h,*.h++,*.hh,*.hpp,*.hxx*.java*.goAlso need flags to force language detection and disable this feature (part of making
bin/run_harnessa python script for #17).