See README.md for instructions Test: python -m unittest meson_to_hermetic_test/meson_impl_test.py and see passing Bug: 360173803 Change-Id: I54fc37043bff745de32c0c56496615f466790361
731 B
731 B
meson_to_hermetic_test: unit tests for meson_to_hermetic
NOTE: This README assumes your terminal is located in the root directory: mesa3d/
Environment Setup
IGNORE STEPS 1-3 if your venv has already been set up previously and your terminal is source to the venv.
- Run:
cd meson_to_hermetic - Run
./setup-venv.sh - Run
source venv/bin/activate - Navigate to
mesa3d/directory.
Running Tests
See official py-unittest docs for command line usage. Here are some example commands that can be ran:
# This will run all tests within meson_impl_unittest module
python -m unittest meson_to_hermetic_test/meson_impl_unittest.py