aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-04-27 12:17:23 +0200
committerKarel Kočí <cynerd@email.cz>2015-04-27 12:17:23 +0200
commitbbfdeca6f7933ddc98b45975c1f05a2babe06daf (patch)
tree92d874a1baa0a18902d4c78ee7cf804dc2536876 /Makefile
parent509ec6da2ed54bcd29b7fcf4f308abb916ad1a71 (diff)
downloadlinux-conf-perf-bbfdeca6f7933ddc98b45975c1f05a2babe06daf.tar.gz
linux-conf-perf-bbfdeca6f7933ddc98b45975c1f05a2babe06daf.tar.bz2
linux-conf-perf-bbfdeca6f7933ddc98b45975c1f05a2babe06daf.zip
First implementation of test.py
Not yet finished.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 98af2c0..1fee43d 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ deflinux:
ARCH=$(SRCARCH) $(MAKE) -C linux defconfig
test: $(INITRAM)
- @ #TODO
+ scripts/test.py
run: kconfig_parser write_config $(INITRAM)
scripts/main_loop.py