Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fc1943s committed Dec 9, 2024
1 parent 7874d51 commit 9f73066
Show file tree
Hide file tree
Showing 4 changed files with 429 additions and 308 deletions.
3 changes: 2 additions & 1 deletion lib/math/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ if (!(Test-Path $path)) {
$path = "$targetDir/target/rs/$projectName.rs"
}
(Get-Content $path) `
-replace "../../../lib", "../../lib" `
-replace "../../../../../lib", "../../lib" `
-replace "`"./lib", "`"../../lib" `
-replace ".fsx`"]", ".rs`"]" `
| FixRust `
| Set-Content "$projectName.rs"
Expand Down
Loading

0 comments on commit 9f73066

Please sign in to comment.