diff --git a/backend/Makefile b/backend/Makefile index 0ffc557..b81eeea 100644 --- a/backend/Makefile +++ b/backend/Makefile @@ -47,7 +47,7 @@ itest: make build ./bin/$(PROC_NAME) >/dev/null 2>&1 & sleep 1 # Adjust if needed - python ../testing.py + python ../testing/testing.py pkill $(PROC_NAME) # Get dependencies target