diff options
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index f38427e41..728845bdf 100644 --- a/test/Makefile +++ b/test/Makefile @@ -44,7 +44,10 @@ test check all: run run: subdirs_run -compile: subdirs_compile +compile: $(top_builddir)/$(LOCAL_INSTALL_PATH) subdirs_compile + +$(top_builddir)/$(LOCAL_INSTALL_PATH): + $(Q)$(MAKE) -C $(top_builddir) $(LOCAL_INSTALL_PATH) tags: ctags -R |