move all of the references to app/console to lib/console
diff --git a/app/stringtests/string_tests.c b/app/stringtests/string_tests.c
index ac558b3..fcb1e1b 100644
--- a/app/stringtests/string_tests.c
+++ b/app/stringtests/string_tests.c
@@ -191,8 +191,8 @@
 	}
 }
 
-#if defined(WITH_APP_CONSOLE)
-#include <app/console.h>
+#if defined(WITH_LIB_CONSOLE)
+#include <lib/console.h>
 
 static int string_tests(int argc, cmd_args *argv)
 {