From 2e74db5447f89745f4bdc375230e20a7247670a0 Mon Sep 17 00:00:00 2001 From: iphydf Date: Sun, 11 Feb 2018 00:09:07 +0000 Subject: Improve gtest finding, support local checkout. Also fix library dependency order for monolith test. --- other/astyle/format-source | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'other') diff --git a/other/astyle/format-source b/other/astyle/format-source index 3757561b..cf190982 100755 --- a/other/astyle/format-source +++ b/other/astyle/format-source @@ -45,7 +45,12 @@ if grep '' */*.h; then exit 1 fi -SOURCES=`find . "-(" -name "*.[ch]" -or -name "*.cpp" "-)" -and -not -name "*.api.h" -and -not -wholename "*crypto_pwhash*" -and -not -wholename "./super_donators/*"` +SOURCES=`find . \ + "-(" -name "*.[ch]" -or -name "*.cpp" "-)" \ + -and -not -name "*.api.h" \ + -and -not -wholename "./super_donators/*" \ + -and -not -wholename "./third_party/*" \ + -and -not -wholename "./toxencryptsave/crypto_pwhash*"` $ASTYLE -n --options=other/astyle/astylerc $SOURCES -- cgit v1.2.3