Skip to content

Commit

Permalink
fix brew test riscv-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeamer committed Oct 26, 2024
1 parent 355dda2 commit 3034417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riscv-tools.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ def install
return 0;
}")
system "#{Formula["riscv-gnu-toolchain"].opt_prefix}/bin/riscv64-unknown-elf-gcc", (testpath/"hello.c")
assert_equal "bbl loader\r\nhello", shell_output("spike pk #{testpath}/a.out")
assert_equal "hello", shell_output("spike pk #{testpath}/a.out")
end
end

0 comments on commit 3034417

Please sign in to comment.