summaryrefslogtreecommitdiff
path: root/cleopatre/devkit/tests/managerd/utests/Makefile
diff options
context:
space:
mode:
authorNélio Laranjeiro2012-09-07 12:54:41 +0200
committerNélio Laranjeiro2012-10-10 17:08:23 +0200
commit0d107f6e1bc78ec02f888d9c60bfd215d36b4d18 (patch)
tree90e42c952a8b4f3b58786802c3e3406ffa8a9dfc /cleopatre/devkit/tests/managerd/utests/Makefile
parent84104b65809a653426c832046d23c85889c3e5fd (diff)
cleopatre/devkit/tests/{libmme, managerd}: fix tests, closes #3348
Diffstat (limited to 'cleopatre/devkit/tests/managerd/utests/Makefile')
-rw-r--r--cleopatre/devkit/tests/managerd/utests/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/cleopatre/devkit/tests/managerd/utests/Makefile b/cleopatre/devkit/tests/managerd/utests/Makefile
index 8a6b3463a8..8a22b94da8 100644
--- a/cleopatre/devkit/tests/managerd/utests/Makefile
+++ b/cleopatre/devkit/tests/managerd/utests/Makefile
@@ -18,6 +18,10 @@ EXTRA_HOST_LDLIBS = -lcheck -lpthread
DEFS = -D__UTESTS__
+MMTYPES = $(OBJ_INC_DIR)/mmtypes.h
+MMTCGEN = $(BASE)/../common/lib/mmtcgen
+COMPILE_DEPS += $(MMTYPES)
+
HOST_PROGRAMS = vs_mme_utests
vs_mme_utests_SOURCES = vs_mme_utests.c
@@ -27,3 +31,8 @@ vs_mme_utests_MODULES = $(PROJECT_DIR) $(OVERRIDE_BASE)
include $(BASE)/common/make/top.mk
+CLEAN_FILES += $(MMTYPES)
+
+-include $(MMTCGEN)/Makefile
+
+$(MMTYPES): $(OBJ_INC_DIR_STAMP)