Skip to content

Commit

Permalink
Change exec to ./
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Zak authored and Jonathan Zak committed Jul 23, 2024
1 parent ec877c1 commit fbce087
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

.PHONY: ile testing
.PHONY: ile testing runtests

ile:
gmake -C ../ile
Expand All @@ -21,7 +21,7 @@ posttest:

runtests:
echo "Running tests"
exec runTests.sh
./runTests.sh

testing: /qsys.lib/${BUILDLIB}.lib/MANZANQ.msgq watch_start watch_testq watch_end

Expand Down

0 comments on commit fbce087

Please sign in to comment.