]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix out-of-tree "make check-local"
authorNick Mathewson <nickm@torproject.org>
Fri, 11 Oct 2013 17:42:27 +0000 (13:42 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 11 Oct 2013 17:42:27 +0000 (13:42 -0400)
src/test/include.am

index c452d2659e4bfc76163d8804d1b7d32881c8d4ee..41e115353e64e8f5a6573288b2d929b6660ecd06 100644 (file)
@@ -87,9 +87,9 @@ endif
 
 check-local: $(NTOR_TEST_DEPS) $(CMDLINE_TEST_TOR)
 if USEPYTHON
-       $(PYTHON) src/test/test_cmdline_args.py $(CMDLINE_TEST_TOR) "${top_srcdir}"
+       $(PYTHON) $(top_srcdir)/src/test/test_cmdline_args.py $(CMDLINE_TEST_TOR) "${top_srcdir}"
 if CURVE25519_ENABLED
-       $(PYTHON) src/test/ntor_ref.py test-tor
-       $(PYTHON) src/test/ntor_ref.py self-test
+       $(PYTHON) $(top_srcdir)/src/test/ntor_ref.py test-tor
+       $(PYTHON) $(top_srcdir)/src/test/ntor_ref.py self-test
 endif
 endif