From 1c6809830b0dd9e2edf407da7b473eadf09a2df2 Mon Sep 17 00:00:00 2001 From: Joseph Morrow Date: Thu, 16 Oct 2014 12:00:59 -0400 Subject: [PATCH] Updated buildscript.mk to include build of TB unit tests and samples. I oops'd and some how overlooked this with the 'all_dev' target. Patch 2: Swapping spots with parent. (ie. Switching parent-child dependency between this and Change-Id: I1d20b09a095b320971765733b4343a7b781da1d9) Patch 3: Bailing out on unit tests! The unit tests are rubbish. They are wayyyyy out of date and WILL NOT build. THe unit test target is/was pointing to some sample app by Jesse (that i presume was an accident because it was put into the unit tests directory). This means we have NO unit tests. This is bad. Patch 4: Rebase onto master. Change-Id: Ia9ca015a09bc3408c3ced99eb0432e0fb0814a12 --- buildScript.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildScript.mk b/buildScript.mk index 0bf5d65..16d0d62 100644 --- a/buildScript.mk +++ b/buildScript.mk @@ -205,7 +205,7 @@ linux_ub_examples_debug: linux_ub_stack_debug #### & OCICUC - Linux Only #### ############################################################################### -linux_ub_dev: linux_ub_stack_all +linux_ub_dev: linux_ub_stack_all linux_tb_examples_all @echo "=====BUILD UB OCICUC - /examples/ocicuc/=====" $(MAKE) -C examples/ocicuc/ -- 2.7.4