capstone/suite/cstest/test
@Antelox 6ad2608dcb
Python package building rework (#2538)
* - Refactored setup.py to remove hacks regarding packaging of wheels for different platforms, improve and cleanup the code
- Updated README.txt
- Removed old Makefile and build_wheel.sh scripts
- Created a new workflow that takes care of building and testing python packages for different platforms/architectures/python versions

* Added SPDX headers to the setup.py

* - cstest_py: Fixed positional argument since it doesn't accept a `required` flag. It turns to have a mandatory tests folder path
- integration_tests.py: Use pathlib to determine the required path
- GitHub action: Simplified the tests execution command

* GitHub Actions: Run python 3.8 (lowest) and 3.13 (current highest) for native runners only during testings and the rest during tag release

* GitHub Action:
- Fixed the cibw_build matrix element
- Added a step to prepare artifact name

* GitHub Action: Added run_tests.py script to run all tests during CI workflow

* - Added SPDX headers to the run_tests.py script and to the build-wheels-publish.yml workflow file
- Minor fixes to the workflow as pointed out in the PR review
- Updated MANIFEST.in to reflect the actual libraries built during python wheel creation process
- Use subprocess.run in place of os.system in run_tests.py script

* GitHub Action:
- Run qemu step only if non-native Linux runner
- Added arch:universal2 matrix element for macos-latest runner

* Python bindings: Refreshed the list of files needed to be copied for sdist archive

* GitHub Action: Commented out arch:x86 matrix elements

* GitHub Action: Run qemu step only if non-native Linux runner

* GitHub Action: Minor fixes

* Python bindings: Added missing .in pattern when collecting src files for sdist archive
2024-11-18 19:10:27 +08:00
..
some_dir/some_other_dir Modern Testing (#2456) 2024-08-31 21:33:38 +08:00
src SystemZ Auto-Sync refactor (#2462) 2024-09-14 16:57:54 +08:00
CMakeLists.txt SystemZ Auto-Sync refactor (#2462) 2024-09-14 16:57:54 +08:00
README.md Modern Testing (#2456) 2024-08-31 21:33:38 +08:00
empty_test_file.yaml Modern Testing (#2456) 2024-08-31 21:33:38 +08:00
integration_tests.py Python package building rework (#2538) 2024-11-18 19:10:27 +08:00
invalid_cs_input.yaml Modern Testing (#2456) 2024-08-31 21:33:38 +08:00
invalid_test_file.yaml Modern Testing (#2456) 2024-08-31 21:33:38 +08:00
min_valid_test_file.yaml Modern Testing (#2456) 2024-08-31 21:33:38 +08:00
missing_madatory_field.yaml Modern Testing (#2456) 2024-08-31 21:33:38 +08:00

README.md

Integration tests of cstest