Procházet zdrojové kódy

minor change in the makefile

Dimitri Korsch před 1 rokem
rodič
revize
3e99b370a8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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