summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2011-06-17 13:15:52 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2011-06-17 13:24:39 -0500
commitb301c77be3ab2b9c097f2e3df47e96a907221ed9 (patch)
treeec39f064c115847aa0d93b1e14d7e4746294eefe
parent609d6810b8bc92dc979f8bbb8e7e7d7b7b5d9490 (diff)
downloadtalos-hostboot-b301c77be3ab2b9c097f2e3df47e96a907221ed9.tar.gz
talos-hostboot-b301c77be3ab2b9c097f2e3df47e96a907221ed9.zip
Create testcore directory for kernel-level tests.
Change-Id: I4b6235edec59c0a97f53af431752d2f4dfabcfa9 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/151 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
-rw-r--r--src/lib/makefile2
-rw-r--r--src/usr/makefile2
-rw-r--r--src/usr/testcore/lib/makefile (renamed from src/lib/test/makefile)2
-rw-r--r--src/usr/testcore/lib/synctest.H (renamed from src/lib/test/synctest.H)0
-rw-r--r--src/usr/testcore/makefile6
5 files changed, 8 insertions, 4 deletions
diff --git a/src/lib/makefile b/src/lib/makefile
index 3fdb3a8b1..86735cf22 100644
--- a/src/lib/makefile
+++ b/src/lib/makefile
@@ -4,6 +4,4 @@ OBJS = string.o stdlib.o assert.o stdio.o
OBJS += syscall_stub.o syscall_task.o syscall_msg.o
OBJS += syscall_mmio.o syscall_time.o sync.o
-SUBDIRS = test.d
-
include ${ROOTPATH}/config.mk
diff --git a/src/usr/makefile b/src/usr/makefile
index cd0daeba7..64c9dea42 100644
--- a/src/usr/makefile
+++ b/src/usr/makefile
@@ -1,6 +1,6 @@
ROOTPATH = ../..
OBJS = module_init.o
-SUBDIRS = example.d trace.d cxxtest.d errl.d devicefw.d
+SUBDIRS = example.d trace.d cxxtest.d testcore.d errl.d devicefw.d
include ${ROOTPATH}/config.mk
diff --git a/src/lib/test/makefile b/src/usr/testcore/lib/makefile
index 723f4b36b..b3d28a89c 100644
--- a/src/lib/test/makefile
+++ b/src/usr/testcore/lib/makefile
@@ -1,4 +1,4 @@
-ROOTPATH = ../../..
+ROOTPATH = ../../../..
MODULE = testsyslib
TESTS = *.H
diff --git a/src/lib/test/synctest.H b/src/usr/testcore/lib/synctest.H
index 5a53d2e0a..5a53d2e0a 100644
--- a/src/lib/test/synctest.H
+++ b/src/usr/testcore/lib/synctest.H
diff --git a/src/usr/testcore/makefile b/src/usr/testcore/makefile
new file mode 100644
index 000000000..1f4881373
--- /dev/null
+++ b/src/usr/testcore/makefile
@@ -0,0 +1,6 @@
+ROOTPATH = ../../..
+
+SUBDIRS = lib.d
+
+include ${ROOTPATH}/config.mk
+
OpenPOWER on IntegriCloud