瀏覽代碼

sched_ctx_hypervisor: add showcheck target in Makefile.am files

Nathalie Furmento 12 年之前
父節點
當前提交
8eb7f336db
共有 3 個文件被更改,包括 11 次插入0 次删除
  1. 5 0
      sched_ctx_hypervisor/Makefile.am
  2. 3 0
      sched_ctx_hypervisor/examples/Makefile.am
  3. 3 0
      sched_ctx_hypervisor/src/Makefile.am

+ 5 - 0
sched_ctx_hypervisor/Makefile.am

@@ -19,3 +19,8 @@ versincludedir = $(includedir)/starpu/$(STARPU_EFFECTIVE_VERSION)
 
 versinclude_HEADERS = include/sched_ctx_hypervisor.h
 
+showcheck:
+	for i in $(SUBDIRS) ; do \
+		make -C $$i showcheck ; \
+	done
+

+ 3 - 0
sched_ctx_hypervisor/examples/Makefile.am

@@ -55,3 +55,6 @@ app_driven_test_app_driven_test_LDADD =		\
 	$(top_builddir)/sched_ctx_hypervisor/src/libsched_ctx_hypervisor.la
 
 endif
+
+showcheck:
+	-cat $(TEST_LOGS) /dev/null

+ 3 - 0
sched_ctx_hypervisor/src/Makefile.am

@@ -37,3 +37,6 @@ libsched_ctx_hypervisor_la_SOURCES = 			\
 noinst_HEADERS = sched_ctx_hypervisor_intern.h		\
 	hypervisor_policies/policy_tools.h		\
 	hypervisor_policies/lp_tools.h
+
+showcheck:
+	-cat /dev/null