mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-16 05:10:32 +02:00
Fixed bug in prep scripts
This commit is contained in:
@@ -5,5 +5,5 @@ cppcheck --check-config --output-file=cppcheck_config.txt src/
|
|||||||
echo "CPPCheck finished"
|
echo "CPPCheck finished"
|
||||||
# Uncrustify Files
|
# Uncrustify Files
|
||||||
echo "Running Uncrustify..."
|
echo "Running Uncrustify..."
|
||||||
find . \( -name "*.cpp" -o -name "*.c" -o -name "*.h" \) -exec uncrustify -c conf/uncrustify.cfg --no-backup {}
|
find . \( -name "*.cpp" -o -name "*.c" -o -name "*.h" \) -exec uncrustify -c conf/uncrustify.cfg --no-backup {} +
|
||||||
echo "Uncrustify finished."
|
echo "Uncrustify finished."
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ cppcheck --check-config --output-file=cppcheck_config.txt src/
|
|||||||
echo "CPPCheck finished"
|
echo "CPPCheck finished"
|
||||||
# Uncrustify Files
|
# Uncrustify Files
|
||||||
echo "Running Uncrustify..."
|
echo "Running Uncrustify..."
|
||||||
find . \( -name "*.cpp" -o -name "*.c" -o -name "*.h" \) -exec uncrustify -c conf/uncrustify.cfg --no-backup {}
|
find . \( -name "*.cpp" -o -name "*.c" -o -name "*.h" \) -exec uncrustify -c conf/uncrustify.cfg --no-backup {} +
|
||||||
echo "Uncrustify finished."
|
echo "Uncrustify finished."
|
||||||
# Run Unit Tests
|
# Run Unit Tests
|
||||||
echo "Running unit tests..."
|
echo "Running unit tests..."
|
||||||
|
|||||||
Reference in New Issue
Block a user