소스 검색

Distcheck repair: add new python testing code to "tarballs"

'make distcheck' now passes again.
Nick Mathewson 10 년 전
부모
커밋
4268cbf294
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      src/test/include.am

+ 6 - 0
src/test/include.am

@@ -108,3 +108,9 @@ endif
 	./src/test/test-bt-cl assert | $(PYTHON) $(top_srcdir)/src/test/bt_test.py
 	./src/test/test-bt-cl crash | $(PYTHON) $(top_srcdir)/src/test/bt_test.py
 endif
+
+EXTRA_DIST += \
+	src/test/bt_test.py \
+	src/test/ntor_ref.py \
+	src/test/slownacl_curve25519.py \
+	src/test/test_cmdline_args.py