mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-06 07:00:59 +00:00
fix test compile
This commit is contained in:
parent
347a78e2e7
commit
8d3dd4c5b3
@ -12,13 +12,17 @@ SUBDIRS = \
|
||||
sdp_client \
|
||||
security_manager \
|
||||
|
||||
subdirs:
|
||||
|
||||
subdirs: ../include/btstack/version.h
|
||||
echo Building all tests
|
||||
@set -e; \
|
||||
for dir in $(SUBDIRS); do \
|
||||
$(MAKE) -C $$dir; \
|
||||
done
|
||||
|
||||
../include/btstack/version.h:
|
||||
../tools/get_version.sh
|
||||
|
||||
clean:
|
||||
echo Clean all test
|
||||
@set -e; \
|
||||
@ -26,7 +30,7 @@ clean:
|
||||
$(MAKE) -C $$dir clean; \
|
||||
done
|
||||
|
||||
test:
|
||||
test: ../include/btstack/version.h
|
||||
echo Run all test
|
||||
@set -e; \
|
||||
for dir in $(SUBDIRS); do \
|
||||
|
Loading…
Reference in New Issue
Block a user