Home Explore Blog Models CI



nixpkgs

pkgs/development/mobile/androidenv/README.md
5c62e3f1427348b69e22e8efa8b66f9a2199138a0daa29b000000003000001c6
# 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
```

Chunks
0220d5b2 (1st chunk of `pkgs/development/mobile/androidenv/README.md`)
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`.