Home Explore Blog Models CI



nixpkgs

1st chunk of `pkgs/development/mobile/androidenv/README.md`
0220d5b26620b63df0b0d4d540289f4af6374d77ebfc2bfe00000001000001c6
# How to update

`nix-shell maintainers/scripts/update.nix  --argstr package androidenv.test-suite --argstr commit true`

# How to run tests

You 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:

```shell
$ export NIXPKGS_ALLOW_UNFREE=1
$ cd path/to/nixpkgs
$ nix-build -A androidenv.test-suite
```

Title: Updating and Running Androidenv Test Suite
Summary
This chunk provides instructions on how to update and run tests for the `androidenv.test-suite` package. To update, a specific `nix-shell` command is given, utilizing `maintainers/scripts/update.nix`. To run tests locally, users are advised to familiarize themselves with package testing documentation, set the `NIXPKGS_ALLOW_UNFREE=1` environment variable, navigate to the `nixpkgs` directory, and then execute `nix-build -A androidenv.test-suite`.