fix test compile

This commit is contained in:
Matthias Ringwald 2016-03-04 11:51:53 +01:00
parent 347a78e2e7
commit 8d3dd4c5b3

View File

@ -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 \