Sfoglia il codice sorgente

fix: test directories

Fela Maslen 5 anni fa
parent
commit
1761228f60
1 ha cambiato i file con 5 aggiunte e 4 eliminazioni
  1. 5 4
      Makefile

+ 5 - 4
Makefile

@@ -8,10 +8,11 @@ build:
 	make build.frontend
 
 test.backend:
-	cd music-player && make test
-test.frontend:
-	cd gmus && yarn test
+	cd gmus-backend && make test
+
+test.frontend.web:
+	cd gmus-web && yarn test
 
 test:
 	make test.backend
-	make test.frontend
+	make test.frontend.web