1# How to update
2
3`nix-shell maintainers/scripts/update.nix --argstr package androidenv.test-suite --argstr commit true`
4
5# How to run tests
6
7You may need to make yourself familiar with [package tests](../../../README.md#package-tests), and [Writing larger package tests](../../../README.md#writing-larger-package-tests), then run tests locally with:
8
9```shell
10$ export NIXPKGS_ALLOW_UNFREE=1
11$ cd path/to/nixpkgs
12$ nix-build -A androidenv.test-suite
13```