From 2381f6b08b6a3d3442e10f724811bf3c22b88b5d Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Sun, 6 Oct 2019 09:39:46 -0700 Subject: [PATCH] more CI testing --- tools/update_project | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/update_project b/tools/update_project index b03413af..d0da200c 100755 --- a/tools/update_project +++ b/tools/update_project @@ -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: