Add build test runner: b-test.
Test runner can be used to do build testing. The main intention is to
provide a simple and robust way to capture build commands.
For details please check the documentation.
Change-Id: Icab22320a86dcfdb882a36c1c8c2a3380c40d30c
Signed-off-by: Gyorgy Szing <gyorgy.szing@arm.com>
diff --git a/requirements.txt b/requirements.txt
index 1b7d714..b2cebb4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,4 +5,7 @@
#
# Include packages needed for socument generation
--r docs/requirements.txt
\ No newline at end of file
+-r docs/requirements.txt
+
+# Include packages needed for build test tool
+-r tools/b-test/requirements.txt