move cmake-clean rule up in the file for clarity

pull/1147/head
Jesse Vincent 3 years ago
parent 968f2cbb1a
commit d132ad2446
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -53,6 +53,8 @@ generate-testcases:
done
all: ${TESTS} run-all
cmake-clean:
rm -rf "${top_dir}"/testing/googletest/build/*
run-all: ${TESTS}
@for test in ${TESTS}; do \
@ -64,9 +66,6 @@ run-all: ${TESTS}
cmake-clean:
rm -rf "${top_dir}"/testing/googletest/build/*
clean: cmake-clean
@for test in ${TESTS}; do \
${MAKE} -s -f ${top_dir}/testing/makefiles/testcase.mk \

Loading…
Cancel
Save