|
@@ -590,8 +590,10 @@ include $(TOPDIR)/toolchain/gcc/Makefile.inc
|
|
check:
|
|
check:
|
|
@-rm tests/adk.exp tests/master.exp
|
|
@-rm tests/adk.exp tests/master.exp
|
|
@sed -e "s#@ADK_TARGET_IP@#$(ADK_TARGET_IP)#" tests/adk.exp.in > \
|
|
@sed -e "s#@ADK_TARGET_IP@#$(ADK_TARGET_IP)#" tests/adk.exp.in > \
|
|
|
|
+ tests/adk.exp.in.tmp
|
|
|
|
+ @sed -e "s#@ADK_TARGET_PORT@#$(ADK_TARGET_PORT)#" tests/adk.exp.in.tmp > \
|
|
tests/adk.exp
|
|
tests/adk.exp
|
|
@sed -e "s#@TOPDIR@#$(TOPDIR)#" tests/master.exp.in > \
|
|
@sed -e "s#@TOPDIR@#$(TOPDIR)#" tests/master.exp.in > \
|
|
tests/master.exp
|
|
tests/master.exp
|
|
env DEJAGNU=$(TOPDIR)/tests/master.exp \
|
|
env DEJAGNU=$(TOPDIR)/tests/master.exp \
|
|
- $(MAKE) -C $(TOOLCHAIN_BUILD_DIR)/w-$(PKG_NAME)-$(PKG_VERSION)-$(PKG_RELEASE)/$(PKG_NAME)-$(PKG_VERSION)-final/gcc check-gcc
|
|
+ $(MAKE) -C $(TOOLCHAIN_BUILD_DIR)/w-$(PKG_NAME)-$(PKG_VERSION)-$(PKG_RELEASE)/$(PKG_NAME)-$(PKG_VERSION)-final/gcc check-gcc RUNTESTFLAGS="execute.exp"
|