Fixing itest makefile target

This commit is contained in:
Imbus 2024-04-04 23:02:19 +02:00
parent 1f4abc2a6a
commit f7f29241b3

View file

@ -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