Lines Matching refs:must_have

21         .must_have("-O2")  in gnu_smoke()
22 .must_have("foo.c") in gnu_smoke()
24 .must_have("-c") in gnu_smoke()
25 .must_have("-ffunction-sections") in gnu_smoke()
26 .must_have("-fdata-sections"); in gnu_smoke()
27 test.cmd(1).must_have(test.td.path().join("foo.o")); in gnu_smoke()
37 test.cmd(0).must_have("-O1").must_not_have("-O2"); in gnu_opt_level_1()
48 .must_have("-Os") in gnu_opt_level_s()
59 test.cmd(0).must_have("-g"); in gnu_debug_fp_auto()
60 test.cmd(0).must_have("-fno-omit-frame-pointer"); in gnu_debug_fp_auto()
67 test.cmd(0).must_have("-g"); in gnu_debug_fp()
68 test.cmd(0).must_have("-fno-omit-frame-pointer"); in gnu_debug_fp()
81 test.cmd(0).must_have("-g"); in gnu_debug_nofp()
90 test.cmd(0).must_have("-g"); in gnu_debug_nofp()
102 test.cmd(0).must_have("-Werror"); in gnu_warnings_into_errors()
114 test.cmd(0).must_have("-Wall").must_have("-Wextra"); in gnu_warnings()
129 test.cmd(0).must_have("-Wall").must_not_have("-Wextra"); in gnu_extra_warnings0()
144 test.cmd(0).must_not_have("-Wall").must_have("-Wextra"); in gnu_extra_warnings1()
173 test.cmd(0).must_have("-fPIC").must_have("-m64"); in gnu_x86_64()
206 test.cmd(0).must_have("-m32"); in gnu_i686()
222 test.cmd(0).must_have("-fPIC"); in gnu_i686_pic()
237 test.cmd(0).must_have("-fno-plt"); in gnu_x86_64_no_plt()
258 test.cmd(0).must_have("-I").must_have("foo/bar"); in gnu_include()
270 test.cmd(0).must_have("-DFOO=bar").must_have("-DBAR"); in gnu_define()
277 test.cmd(0).must_have("foo.S"); in gnu_compile_assembly()
291 test.cmd(0).must_have("-shared").must_not_have("-static"); in gnu_shared()
311 .must_have("-v") in gnu_flag_if_supported()
312 .must_have("-Wall") in gnu_flag_if_supported()
329 test.cmd(0).must_have("-std=c++11"); in gnu_flag_if_supported_cpp()
343 test.cmd(0).must_have("-static").must_not_have("-shared"); in gnu_static()
354 .must_have("-O2") in msvc_smoke()
355 .must_have("foo.c") in msvc_smoke()
357 .must_have("-c") in msvc_smoke()
358 .must_have("-MD"); in msvc_smoke()
359 test.cmd(1).must_have(test.td.path().join("foo.o")); in msvc_smoke()
376 test.cmd(0).must_have("-Z7"); in msvc_debug()
384 test.cmd(0).must_have("-I").must_have("foo/bar"); in msvc_include()
396 test.cmd(0).must_have("-DFOO=bar").must_have("-DBAR"); in msvc_define()
404 test.cmd(0).must_have("-MT"); in msvc_static_crt()
412 test.cmd(0).must_have("-MD"); in msvc_no_static_crt()