Skip to content
Snippets Groups Projects
Commit 953f6c1e authored by Jack Nagel's avatar Jack Nagel
Browse files

Remove test that doesn't add value

parent 2c3b04fb
No related branches found
No related tags found
No related merge requests found
......@@ -7,17 +7,6 @@ class EnvironmentTests < Test::Unit::TestCase
@env.activate_extensions!
end
def test_ENV_options
@env.gcc_4_0
@env.O3
@env.minimal_optimization
@env.no_optimization
@env.libxml2
@env.enable_warnings
assert !@env.cc.empty?
assert !@env.cxx.empty?
end
def test_switching_compilers
@env.llvm
@env.clang
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment