1
0
forked from mirrors/0ad

Remove generated test files, stub_impl_hack on cleanup

At some point make clean should take care of this.

Proposed By: elexis in D256
Approach suggested by: leper
Reviewed By: Freagarach
Differential Revision: D4219
This was SVN commit r25871.
This commit is contained in:
bb
2021-08-28 10:21:03 +00:00
parent 7180e72d52
commit 080cae147e
+2 -1
View File
@@ -61,8 +61,9 @@ fi
(cd ../premake/premake5/build/gmake2.macosx && ${MAKE} clean)
(cd ../premake/premake5/build/gmake2.unix && ${MAKE} clean)
echo "Removing generated test files..."
echo "Removing generated stub and test files..."
find ../../source -name "stub_*.cpp" -type f -exec rm {} \;
find ../../source -name "test_*.cpp" -type f -not -name "test_setup.cpp" -exec rm {} \;
echo "Cleaning build output..."