diff --git a/tests/scripts/makefile b/tests/scripts/makefile index 7974b7f..7591886 100644 --- a/tests/scripts/makefile +++ b/tests/scripts/makefile @@ -41,7 +41,7 @@ copy: run: $(TEST_SCRIPTFILES:.toy=.toy-run) %.toy-run: %.toy - find -name repl* -type f -exec {} -f $< \; + find . -name repl* -type f -exec {} -f $< \; #using gdb gdb: source repl copy run-gdb