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 --- Makefile | 2 +- scripts/test.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6409b7b..56ecb78 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ mlinux: deflinux: ARCH=$(SRCARCH) $(MAKE) -C linux defconfig -test: $(INITRAM) +test: $(INITRAM) parse_kconfig scripts/test.py run: kconfig_parser write_config $(INITRAM) 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