diff options
Diffstat (limited to 'app/test/Makefile')
-rw-r--r-- | app/test/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/test/Makefile b/app/test/Makefile index 2de8c7a6..6015b19f 100644 --- a/app/test/Makefile +++ b/app/test/Makefile @@ -33,6 +33,9 @@ include $(RTE_SDK)/mk/rte.vars.mk ifeq ($(CONFIG_RTE_APP_TEST),y) +# default rule +all: + # Define an externally linked resource. A linked resource is an arbitrary # file that is linked into the test binary. The application refers to this # resource by name. The linked generates identifiers beg_<name> and end_<name> |