mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
Fix from review.
This commit is contained in:
parent
f01926b09b
commit
2be4d5e569
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -477,7 +477,11 @@ test junittest:
|
|||
|
||||
check-target-independence:
|
||||
$(V1) for test_target in $(VALID_TARGETS); do \
|
||||
<<<<<<< HEAD
|
||||
FOUND=$$(grep -rP "\W$${test_target}\W?" src/main/ | grep -vP "(\/\/)|(\/\*).*\W$${test_target}\W?" | grep -vP "^src/main/target"); \
|
||||
=======
|
||||
FOUND=$$(grep -rP "\W$${test_target}\W" src/main/ | grep -vP "(\/\/)|(\/\*).*\W$${test_target}\W" | grep -vP "^src/main/target"); \
|
||||
>>>>>>> 2a65b67d2... Fix from review.
|
||||
if [ "$${FOUND}" != "" ]; then \
|
||||
echo "Target dependencies found:"; \
|
||||
echo "$${FOUND}"; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue