Index: boot/Makefile
===================================================================
--- boot/Makefile	(revision 6d00aff50f676ed00b7c450e0aa0dfa31f2108e1)
+++ boot/Makefile	(revision d4eba6d776758cf1fb2f6c2a27ccd1ffb585d964)
@@ -67,4 +67,5 @@
 	cat "$(USPACE_PATH)/lib/c/arch/$(UARCH)/_link.ld" | sed 's/^STARTUP(.*)$$//g' > "$(DIST_PATH)/inc/_link.ld"
 endif
+
 	for app in $(RD_APPS) ; do \
 		app_dir="`dirname "$$app"`" ; \
@@ -76,37 +77,15 @@
 		cp "$$file" "$(DIST_PATH)/" ; \
 	done
+
 ifeq ($(CONFIG_PCUT_TESTS),y)
-	echo "echo Running all tests..." >"$(DIST_PATH)/test/run_all"
-	echo "<html><head><title>HelenOS test results</title></head><body>" >"$(DIST_PATH)/test/test.html"
-	echo "<h1>HelenOS test results</h1><ul>" >>"$(DIST_PATH)/test/test.html"
 	for file in $(RD_TESTS) ; do \
-		file2=`basename $$file`; \
 		cp "$$file" "$(DIST_PATH)/test/" ; \
-		echo "echo ' ->' $$file2" >>"$(DIST_PATH)/test/run_all"; \
-		echo "/test/$$file2 | to /test/$$file2.out" >>"$(DIST_PATH)/test/run_all"; \
-		echo "cat /test/$$file2.out" >>"$(DIST_PATH)/test/run_all"; \
-		echo "cp -f /test/$$file2.out /data/web/result-$$file2.txt" >>"$(DIST_PATH)/test/run_all"; \
-		echo "<li><a href=\"result-$$file2.txt\">$$file2</a></li>" >>"$(DIST_PATH)/test/test.html"; \
 	done
-	echo "cp -f /test/test.html /data/web/test.html" >>"$(DIST_PATH)/test/run_all"
-	echo "</ul></body></html>" >>"$(DIST_PATH)/test/test.html"
 endif
 
 ifeq ($(CONFIG_PCUT_SELF_TESTS),y)
-	echo "echo Running all PCUT self-tests..." >"$(DIST_PATH)/test/run_pcut"
-	echo "<html><head><title>Results of PCUT self-tests on HelenOS</title></head><body>" >"$(DIST_PATH)/test/pcut.html"
-	echo "<h1>Results of PCUT self-tests on HelenOS</h1><ul>" >>"$(DIST_PATH)/test/pcut.html"
 	for file in $(USPACE_PATH)/lib/pcut/test-libpcut-*; do \
-		file2=`basename $$file`; \
-		name=`echo "$$file2" | sed 's/test-libpcut-//'`; \
 		cp "$$file" "$(DIST_PATH)/test/" ; \
-		echo "echo ' ->' $$name" >>"$(DIST_PATH)/test/run_pcut"; \
-		echo "/test/$$file2 | to /test/$$file2.out" >>"$(DIST_PATH)/test/run_pcut"; \
-		echo "cat /test/$$file2.out" >>"$(DIST_PATH)/test/run_pcut"; \
-		echo "cp -f /test/$$file2.out /data/web/result-$$file2.txt" >>"$(DIST_PATH)/test/run_pcut"; \
-		echo "<li><a href=\"result-$$file2.txt\">$$name</a></li>" >>"$(DIST_PATH)/test/pcut.html"; \
 	done
-	echo "cp -f /test/pcut.html /data/web/pcut.html" >>"$(DIST_PATH)/test/run_pcut"
-	echo "</ul></body></html>" >>"$(DIST_PATH)/test/pcut.html"
 endif
 
Index: boot/Makefile.common
===================================================================
--- boot/Makefile.common	(revision 6d00aff50f676ed00b7c450e0aa0dfa31f2108e1)
+++ boot/Makefile.common	(revision d4eba6d776758cf1fb2f6c2a27ccd1ffb585d964)
@@ -198,4 +198,5 @@
 	tester \
 	testread \
+	testrunner \
 	testwrit \
 	tetris \
