Skip to content

Commit

Permalink
gz-math8: remove test based on manual compiler flags (#2723)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
Signed-off-by: Steve Peters <[email protected]>
Co-authored-by: Steve Peters <[email protected]>
  • Loading branch information
azeey and scpeters authored Aug 13, 2024
1 parent 64f2c62 commit 2df1d1a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Formula/gz-math8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,6 @@ def install
add_executable(test_cmake test.cpp)
target_link_libraries(test_cmake gz-math8::gz-math8)
EOS
# test building with manual compiler flags
system ENV.cc, "test.cpp",
"--std=c++14",
"-I#{include}/gz/math8",
"-L#{lib}",
"-lgz-math8",
"-lc++",
"-o", "test"
system "./test"
# test building with cmake
mkdir "build" do
system "cmake", ".."
Expand Down

0 comments on commit 2df1d1a

Please sign in to comment.