diff options
author | Maximilian Bosch <maximilian@mbosch.me> | 2022-03-15 12:55:32 +0100 |
---|---|---|
committer | Maximilian Bosch <maximilian@mbosch.me> | 2022-03-15 12:55:32 +0100 |
commit | 975bade7f0adb0d122eabeeca6ad44bf1d1f4366 (patch) | |
tree | b9a8c3ba5de1e1b7abcbd2bb254fec582275bf12 /tests/local.mk | |
parent | 244baff2c7bc287b83377f1ed807a861fc705dac (diff) |
Implement simple test for `path`-fetcher setting a correct `lastModifiedDate`
Co-authored-by: Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com>
Diffstat (limited to 'tests/local.mk')
-rw-r--r-- | tests/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/local.mk b/tests/local.mk index 8032fc38a..b69fb9391 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -21,6 +21,7 @@ nix_tests = \ tarball.sh \ fetchGit.sh \ fetchurl.sh \ + fetchPath.sh \ simple.sh \ referrers.sh \ optimise-store.sh \ |