Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7fcb077c authored by Jamie Gennis's avatar Jamie Gennis
Browse files

libgui: enable tests in the 'tests' build.

This change makes the libgui makefile recurse into the tests directory
so that the tests get built by a top-level make when
TARGET_BUILD_VARIANT=tests.

Change-Id: I6f623cc4b86dfeb00b9d21823316dbd9def23110
parent 40b2edf7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -38,3 +38,7 @@ ifeq ($(TARGET_SIMULATOR),true)
endif

include $(BUILD_SHARED_LIBRARY)

ifeq (,$(ONE_SHOT_MAKEFILE))
include $(call first-makefiles-under,$(LOCAL_PATH))
endif
+0 −3
Original line number Diff line number Diff line
@@ -36,9 +36,6 @@ LOCAL_C_INCLUDES := \

include $(BUILD_EXECUTABLE)

# Build the manual test programs.
include $(call all-subdir-makefiles)

endif

# Include subdirectory makefiles