more CI testing

This commit is contained in:
Eric Froemling 2019-10-06 09:39:46 -07:00
parent 309e681695
commit 2381f6b08b

View File

@ -37,6 +37,9 @@ def _find_files(scan_dir: str) -> Tuple[List[str], List[str]]:
exts = ['.c', '.cc', '.cpp', '.cxx', '.m', '.mm']
header_exts = ['.h']
foof: int = 'barf'
print(foof)
# Gather all sources and headers.
for root, _dirs, files in os.walk(scan_dir):
for ftst in files: