Skip to content

Commit

Permalink
WIP add a test for cache re-use
Browse files Browse the repository at this point in the history
  • Loading branch information
edmorley committed Jun 19, 2024
1 parent 0eff82e commit 6f2cc1e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/run
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ testCompilePackageNames() {
assertCaptured "Writing profile script"
assertCaptured "Rewrite package-config files"
assertCapturedSuccess

# Test cache re-use
compile "package-names"
assertCaptured "FOO"
assertCapturedSuccess
}

testReportPackageNames() {
Expand Down

0 comments on commit 6f2cc1e

Please sign in to comment.