Skip to content

Commit

Permalink
Include the entire test suite in source distribution (#451)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
nforro and DmitriyMusatkin authored Mar 10, 2023
1 parent 5e4133d commit fb2bf2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ prune crt/aws-lc/tool
prune crt/aws-lc/util
include crt/aws-lc/util/fipstools/CMakeLists.txt
include crt/aws-lc/util/fipstools/acvp/modulewrapper/CMakeLists.txt
# by default only test/test*.py are included, include the entire test suite
graft test

0 comments on commit fb2bf2c

Please sign in to comment.