diff --git a/libs/lib/tests/Makefile b/libs/lib/tests/Makefile
index 380804280f112136e1533b668456657151cbb9a9..c7df599044f1f9a1e2ad181161a0930ec4b13df7 100644
--- a/libs/lib/tests/Makefile
+++ b/libs/lib/tests/Makefile
@@ -1,5 +1,5 @@
 
-default:cover
+default:test
 
 test:
 	python -m unittest -v
@@ -11,4 +11,4 @@ pytest:
 
 cover:
 	cd ../xaal/lib/;coverage run --source=. -m unittest discover -v -b ../../tests/; coverage  html -d /tmp/coverage
-	
\ No newline at end of file
+