From c06a23da79529cbb574940982e194e2b37d4c5f3 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Mon, 5 Apr 2010 16:09:47 +0000 Subject: Add T for plugins to the advanced build options to build all test_* plugins. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25488 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tools/configure') diff --git a/tools/configure b/tools/configure index 1dd94eece5..82f9cfb00f 100755 --- a/tools/configure +++ b/tools/configure @@ -362,7 +362,7 @@ whichadvanced () { interact=1 echo "" echo "Enter your developer options (press enter when done)" - printf "(D)EBUG, (L)ogf, Boot(c)hart, (S)imulator, (P)rofiling, (V)oice, (W)in32 crosscompile" + printf "(D)EBUG, (L)ogf, Boot(c)hart, (S)imulator, (P)rofiling, (V)oice, (W)in32 crosscompile, (T)est plugins" if [ "$memory" = "2" ]; then printf ", (8)MB MOD" fi @@ -403,6 +403,10 @@ whichadvanced () { echo "logf() support enabled" logf="yes" ;; + [Tt]) + echo "Including test plugins" + extradefines="$extradefines -DHAVE_TEST_PLUGINS" + ;; [Cc]) echo "bootchart enabled (logf also enabled)" bootchart="yes" -- cgit v1.2.3