about summary refs log tree commit diff
path: root/lib/tests/sources.sh
diff options
context:
space:
mode:
authorSilvan Mosberger <silvan.mosberger@tweag.io>2023-07-18 17:20:28 +0200
committerSilvan Mosberger <silvan.mosberger@tweag.io>2023-07-18 17:22:45 +0200
commit581d7c88bea4216fb47c2a98f38af59f2d14485d (patch)
treef954f31b7bac5fb2681c0d19552dab3272303a1b /lib/tests/sources.sh
parent03431f1244a92659cf26a1b6e40de5db00c5e310 (diff)
lib/tests: Unify documentation of individual testable files
Diffstat (limited to 'lib/tests/sources.sh')
-rwxr-xr-xlib/tests/sources.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/tests/sources.sh b/lib/tests/sources.sh
index cda77aa96b288..079c7eea56574 100755
--- a/lib/tests/sources.sh
+++ b/lib/tests/sources.sh
@@ -1,4 +1,11 @@
 #!/usr/bin/env bash
+
+# Tests lib/sources.nix
+# Run:
+# [nixpkgs]$ lib/tests/sources.sh
+# or:
+# [nixpkgs]$ nix-build lib/tests/release.nix
+
 set -euo pipefail
 shopt -s inherit_errexit