[project] factor out common -test project config into a separate project file

This commit is contained in:
Travis Geiselbrecht
2015-05-11 21:19:13 -07:00
parent 842cb7a7ae
commit 785b7e4f77
11 changed files with 38 additions and 51 deletions

View File

@@ -5,11 +5,7 @@ LOCAL_DIR := $(GET_LOCAL_DIR)
ARCH := x86
TARGET := pc-x86
MODULES += \
lib/debugcommands \
lib/libm \
app/tests \
app/shell \
app/stringtests \
app/pcitests
# extra rules to copy the pc-x86.conf file to the build dir
@@ -19,3 +15,5 @@ MODULES += \
#EXTRA_BUILDDEPS += $(BUILDDIR)/pc-x86.conf
#GENERATED += $(BUILDDIR)/pc-x86.conf
include project/virtual/test.mk