Skip to content

Commit

Permalink
Pass location of words.txt to rtpw invocations.
Browse files Browse the repository at this point in the history
Fixes builds with srcdir != objdir.
  • Loading branch information
Jonathan Lennox committed Jul 26, 2017
1 parent 0aa4000 commit 9c3a00c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ runtest: test
test/roc_driver$(EXE) -v >/dev/null
test/replay_driver$(EXE) -v >/dev/null
test/dtls_srtp_driver$(EXE) >/dev/null
cd test; $(abspath $(srcdir))/test/rtpw_test.sh >/dev/null
cd test; $(abspath $(srcdir))/test/rtpw_test.sh -w $(abspath $(srcdir))/test/words.txt >/dev/null
ifeq (1, $(USE_OPENSSL))
cd test; $(abspath $(srcdir))/test/rtpw_test_gcm.sh >/dev/null
cd test; $(abspath $(srcdir))/test/rtpw_test_gcm.sh -w $(abspath $(srcdir))/test/words.txt >/dev/null
endif
@echo "libsrtp2 test applications passed."
$(MAKE) -C crypto runtest
Expand Down

0 comments on commit 9c3a00c

Please sign in to comment.