Add rules to make sure subdirs are always built before testdirs
This commit is contained in:
@@ -71,7 +71,7 @@ subdirs:
|
||||
#
|
||||
# Tests are built after the targets instead of before
|
||||
#
|
||||
testdirs:
|
||||
testdirs: subdirs ${TARGETS}
|
||||
@for i in ${ALL_TESTDIRS}; do \
|
||||
if [ "$$i" != "nulldir" -a -d $$i ]; then \
|
||||
echo "making all in `pwd`/$$i"; \
|
||||
|
||||
Reference in New Issue
Block a user