mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Fix out-of-tree "make check-local"
This commit is contained in:
parent
f308adf838
commit
d5f050111e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user