From 7f3f4ff7944c78f7bc4f5127d0bed64a3ede27b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 27 Apr 2015 22:14:41 +0200 Subject: Fix missing symbol_map on test launch --- scripts/test.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/test.py') diff --git a/scripts/test.py b/scripts/test.py index 3d2a2c1..150aa4a 100755 --- a/scripts/test.py +++ b/scripts/test.py @@ -10,6 +10,7 @@ import kernel import boot def test(): + initialize.parse_kconfig() initialize.gen_requred() # Call this to check initial solution iteration.reset() # Reset iteration conf.kernel_make_output = True -- cgit v1.2.3