Skip to content

Commit fb2bf2c

Browse files
Include the entire test suite in source distribution (#451)
By default, only files matching the test/test*.py pattern are included in source distribution. This leaves the test suite unusable, because resources and some necessary scripts are missing. Fix that. Signed-off-by: Nikola Forró <[email protected]> Co-authored-by: Dmitriy Musatkin <[email protected]>
1 parent 5e4133d commit fb2bf2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MANIFEST.in

+2
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ prune crt/aws-lc/tool
3232
prune crt/aws-lc/util
3333
include crt/aws-lc/util/fipstools/CMakeLists.txt
3434
include crt/aws-lc/util/fipstools/acvp/modulewrapper/CMakeLists.txt
35+
# by default only test/test*.py are included, include the entire test suite
36+
graft test

0 commit comments

Comments
 (0)