Browse Source

minor change in the makefile

Dimitri Korsch 1 year ago
parent
commit
3e99b370a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -15,4 +15,4 @@ get_version:
 	@python setup.py --version
 
 run_tests:
-	bash scripts/tests.sh
+	@cd scripts && bash tests.sh