From: Geoff Levand Date: Thu, 9 Jul 2009 17:40:44 +0000 (-0700) Subject: Build test UI program with tests X-Git-Tag: v1.0.0~830 X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=commitdiff_plain;h=93b2c2e0f0ca46d2a823b33cdfa44d082e9e8d10 Build test UI program with tests Signed-off-by: Geoff Levand --- diff --git a/rules.mk b/rules.mk index aec0e90..3b1dcfe 100644 --- a/rules.mk +++ b/rules.mk @@ -19,8 +19,8 @@ parser_test = test/parser-test # install targets and components daemons = $(pb_discover) parsers = event kboot yaboot -uis = $(pb_cui) $(pb_test) -tests = $(parser_test) +uis = $(pb_cui) +tests = $(parser_test) $(pb_test) utils = $(pb_event) ifeq ($(PBTWIN),y)