|
@@ -11,11 +11,11 @@ all:
|
|
|
BUILD_TARGET=$(OUTPUT)/$$DIR; \
|
|
|
mkdir $$BUILD_TARGET -p; \
|
|
|
make OUTPUT=$$BUILD_TARGET -C $$DIR $@;\
|
|
|
- #SUBDIR test prog name should be in the form: SUBDIR_test.sh
|
|
|
+ #SUBDIR test prog name should be in the form: SUBDIR_test.sh \
|
|
|
TEST=$$DIR"_test.sh"; \
|
|
|
- if [ -e $$DIR/$$TEST ]; then
|
|
|
- rsync -a $$DIR/$$TEST $$BUILD_TARGET/;
|
|
|
- fi
|
|
|
+ if [ -e $$DIR/$$TEST ]; then \
|
|
|
+ rsync -a $$DIR/$$TEST $$BUILD_TARGET/; \
|
|
|
+ fi \
|
|
|
done
|
|
|
|
|
|
override define RUN_TESTS
|