Explorar o código

fix: test directories

Fela Maslen %!s(int64=5) %!d(string=hai) anos
pai
achega
1761228f60
Modificáronse 1 ficheiros con 5 adicións e 4 borrados
  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