Skip to content

Commit

Permalink
Remove extra target for now - no need for both dmalloc and asan
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Aug 25, 2022
1 parent 1462136 commit 1c60c4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/build/build/targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@ def HostTargets():
yield target_native.Extend('tests-clang', app=HostApp.TESTS, use_clang=True).GlobBlacklist("Non-default test")
yield target_native.Extend('tests-clang-asan', app=HostApp.TESTS, use_clang=True, use_asan=True).GlobBlacklist("Non-default test")
yield target_native.Extend('tests-dmalloc', app=HostApp.TESTS, use_dmalloc=True).GlobBlacklist("Non-default test")
yield target_native.Extend('tests-clang-dmalloc-asan', app=HostApp.TESTS, use_clang=True, use_asan=True, use_dmalloc=True).GlobBlacklist("Non-default test")

test_target = Target(HostBoard.NATIVE.PlatformName(), HostBuilder)
yield test_target.Extend(HostBoard.FAKE.BoardName() + '-tests', board=HostBoard.FAKE, app=HostApp.TESTS)
Expand Down

0 comments on commit 1c60c4a

Please sign in to comment.