diff options
author | Geoff Levand <geoffrey.levand@am.sony.com> | 2009-07-09 10:40:44 -0700 |
---|---|---|
committer | Geoff Levand <geoffrey.levand@am.sony.com> | 2009-07-09 10:40:44 -0700 |
commit | 93b2c2e0f0ca46d2a823b33cdfa44d082e9e8d10 (patch) | |
tree | d30f6327824f7ce2f8848ae415cc198d7f4a79b4 | |
parent | 8ea63d7300d31d3c84f8977c45faf6470f841e92 (diff) | |
download | petitboot-93b2c2e0f0ca46d2a823b33cdfa44d082e9e8d10.zip petitboot-93b2c2e0f0ca46d2a823b33cdfa44d082e9e8d10.tar.gz |
Build test UI program with tests
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
-rw-r--r-- | rules.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |