Rename intern/extern tests to internal/external

This commit is contained in:
Antoine Eiche 2021-05-01 08:21:27 +02:00
parent 5248dce1ea
commit 8b28705621
4 changed files with 10 additions and 10 deletions

View file

@ -13,8 +13,8 @@ You can run the testsuite via
::
$ nix-build tests -A extern.nixpkgs_20_03
$ nix-build tests -A intern.nixpkgs_unstable
$ nix-build tests -A external.nixpkgs_20_03
$ nix-build tests -A internal.nixpkgs_unstable
...
Contributing to the documentation