Fix 'make check' when run from build directory.
authorTim Newsome <tim@sifive.com>
Thu, 2 Jun 2016 18:01:37 +0000 (11:01 -0700)
committerTim Newsome <tim@sifive.com>
Thu, 2 Jun 2016 18:01:37 +0000 (11:01 -0700)
Makefile.in

index d45931658224d82fed3310b239f4d5c58d72de43..42baa8dfff5f370b6aa5f8cc8daa301897312123 100644 (file)
@@ -121,8 +121,8 @@ INSTALL_EXE   := $(INSTALL) -m 555
 STOW          := @stow@
 
 # Tests
-bintests = tests/gdbserver.py \
-          tests/ebreak.py
+bintests = $(src_dir)/tests/gdbserver.py \
+          $(src_dir)/tests/ebreak.py
 
 #-------------------------------------------------------------------------
 # Include subproject makefile fragments