Home
last modified time | relevance | path

Searched refs:get_logfile (Results 1 – 25 of 67) sorted by relevance

123

/ndk/sources/host-tools/make-3.81/tests/scripts/targets/
DSECONDARY38 &run_make_with_options($makefile,'foo.d',&get_logfile);
40 &compare_output($answer, &get_logfile(1));
46 &run_make_with_options($makefile,'foo.d',&get_logfile);
48 &compare_output($answer, &get_logfile(1));
55 &run_make_with_options($makefile,'foo.d',&get_logfile);
57 &compare_output($answer, &get_logfile(1));
61 &run_make_with_options($makefile,'foo.c',&get_logfile);
63 &compare_output($answer, &get_logfile(1));
69 &run_make_with_options($makefile,'foo.c',&get_logfile);
71 &compare_output($answer, &get_logfile(1));
[all …]
DINTERMEDIATE38 &run_make_with_options($makefile,'foo.d',&get_logfile);
40 &compare_output($answer, &get_logfile(1));
44 &run_make_with_options($makefile,'foo.d',&get_logfile);
46 &compare_output($answer, &get_logfile(1));
53 &run_make_with_options($makefile,'foo.d',&get_logfile);
55 &compare_output($answer, &get_logfile(1));
59 &run_make_with_options($makefile,'foo.c',&get_logfile);
61 &compare_output($answer, &get_logfile(1));
65 &run_make_with_options($makefile,'foo.c',&get_logfile);
67 &compare_output($answer, &get_logfile(1));
[all …]
Dclean26 &run_make_with_options($makefile,"",&get_logfile,0);
31 &compare_output($answer,&get_logfile(1)) || &error ("abort");
35 &run_make_with_options($makefile,"clean",&get_logfile,0);
39 &compare_output($answer,&get_logfile(1)) || &error ("abort");
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Ddouble_colon48 &run_make_with_options($makefile, "all", &get_logfile, 0);
50 &compare_output($answer, &get_logfile(1));
55 &run_make_with_options($makefile, "-j10 all", &get_logfile, 0);
57 &compare_output($answer, &get_logfile(1));
62 &run_make_with_options($makefile, "bar", &get_logfile, 0);
64 &compare_output($answer, &get_logfile(1));
69 &run_make_with_options($makefile, "-j10 bar", &get_logfile, 0);
71 &compare_output($answer, &get_logfile(1));
79 &run_make_with_options($makefile, "foo", &get_logfile, 0);
81 &compare_output($answer, &get_logfile(1));
[all …]
Dtargetvars63 &run_make_with_options($makefile, "one two three", &get_logfile);
65 &compare_output($answer,&get_logfile(1));
69 &run_make_with_options($makefile, "one two FOO=1 BAR=2", &get_logfile);
71 &compare_output($answer,&get_logfile(1));
75 &run_make_with_options($makefile, "four", &get_logfile);
77 &compare_output($answer,&get_logfile(1));
81 &run_make_with_options($makefile, "seven", &get_logfile);
83 &compare_output($answer,&get_logfile(1));
87 &run_make_with_options($makefile, "nine", &get_logfile);
89 &compare_output($answer,&get_logfile(1));
[all …]
Dexport50 &run_make_with_options($makefile,"",&get_logfile,0);
55 &compare_output($answer,&get_logfile(1));
61 &run_make_with_options($makefile,"",&get_logfile,0);
66 &compare_output($answer,&get_logfile(1));
70 &run_make_with_options($makefile,"EXPORT_ALL=1",&get_logfile,0);
75 &compare_output($answer,&get_logfile(1));
79 &run_make_with_options($makefile,"UNEXPORT_ALL=1",&get_logfile,0);
84 &compare_output($answer,&get_logfile(1));
88 &run_make_with_options($makefile,"EXPORT_ALL=1 UNEXPORT_ALL=1",&get_logfile,0);
93 &compare_output($answer,&get_logfile(1));
[all …]
Ddefault_names29 &run_make_with_options("","",&get_logfile);
30 &compare_output("It chose GNUmakefile\n",&get_logfile(1));
34 &run_make_with_options("","",&get_logfile);
35 &compare_output("It chose makefile\n",&get_logfile(1));
39 &run_make_with_options("","",&get_logfile);
40 &compare_output("It chose Makefile\n",&get_logfile(1));
Dvpathplus72 &run_make_with_options($makefile,"general",&get_logfile);
79 &compare_output($answer,&get_logfile(1));
85 &run_make_with_options($makefile,"notarget",&get_logfile,512);
92 &compare_output($answer,&get_logfile(1));
98 &run_make_with_options($makefile,"intermediate",&get_logfile);
107 &compare_output($answer,&get_logfile(1));
117 &run_make_with_options($makefile,"intermediate",&get_logfile);
124 &compare_output($answer,&get_logfile(1));
Dpatspecific_vars39 &run_make_with_options($makefile, "", &get_logfile);
41 &compare_output($answer,&get_logfile(1));
46 &run_make_with_options($makefile, "BAZ=five", &get_logfile);
48 &compare_output($answer,&get_logfile(1));
53 &run_make_with_options($makefile, "four.x", &get_logfile);
55 &compare_output($answer,&get_logfile(1));
60 &run_make_with_options($makefile, "ab", &get_logfile);
62 &compare_output($answer,&get_logfile(1));
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Derror38 &run_make_with_options($makefile, "ERROR1=yes", &get_logfile, 512);
40 &compare_output($answer,&get_logfile(1));
44 &run_make_with_options($makefile, "ERROR2=no", &get_logfile, 512);
46 &compare_output($answer,&get_logfile(1));
50 &run_make_with_options($makefile, "ERROR3=maybe", &get_logfile, 512);
52 &compare_output($answer,&get_logfile(1));
56 &run_make_with_options($makefile, "ERROR4=definitely", &get_logfile, 512);
58 &compare_output($answer,&get_logfile(1));
62 &run_make_with_options($makefile, "testvar", &get_logfile, 512);
64 &compare_output($answer,&get_logfile(1));
Dwarning36 &run_make_with_options($makefile, "WARNING1=yes", &get_logfile, 0);
38 &compare_output($answer,&get_logfile(1));
42 &run_make_with_options($makefile, "WARNING2=no", &get_logfile, 0);
44 &compare_output($answer,&get_logfile(1));
48 &run_make_with_options($makefile, "WARNING3=maybe", &get_logfile, 0);
50 &compare_output($answer,&get_logfile(1));
54 &run_make_with_options($makefile, "WARNING4=definitely", &get_logfile, 0);
56 &compare_output($answer,&get_logfile(1));
Deval27 &run_make_with_options($makefile, "", &get_logfile);
32 &compare_output($answer,&get_logfile(1));
53 &run_make_with_options($makefile2, "", &get_logfile);
58 &compare_output($answer,&get_logfile(1));
83 &run_make_with_options($makefile3, "", &get_logfile);
85 &compare_output($answer,&get_logfile(1));
87 &run_make_with_options($makefile3, "BAR=1", &get_logfile);
89 &compare_output($answer,&get_logfile(1));
108 &run_make_with_options($makefile3, "", &get_logfile);
110 &compare_output($answer,&get_logfile(1));
[all …]
Daddsuffix23 &run_make_with_options($makefile, "", &get_logfile);
25 &compare_output($answer,&get_logfile(1));
30 &run_make_with_options($makefile, "two", &get_logfile);
32 &compare_output($answer,&get_logfile(1));
Dfindstring26 &get_logfile,
34 # In this call to compare output, you should use the call &get_logfile(1)
36 # the special call &get_logfile(1) which returns the same as &get_logfile(1).
38 &compare_output($answer,&get_logfile(1));
Ddir24 &run_make_with_options($makefile,"",&get_logfile,0);
31 # In this call to compare output, you should use the call &get_logfile(1)
33 # the special call &get_logfile(1) which returns the same as &get_logfile(1).
35 &compare_output($answer,&get_logfile(1));
Dnotdir24 &run_make_with_options($makefile,"",&get_logfile,0);
31 # In this call to compare output, you should use the call &get_logfile(1)
33 # the special call &get_logfile(1) which returns the same as &get_logfile(1).
35 &compare_output($answer,&get_logfile(1));
Djoin24 &run_make_with_options($makefile,"",&get_logfile,0);
31 # In this call to compare output, you should use the call &get_logfile(1)
33 # the special call &get_logfile(1) which returns the same as &get_logfile(1).
35 &compare_output($answer,&get_logfile(1));
Daddprefix24 &run_make_with_options($makefile,"",&get_logfile,0);
31 # In this call to compare output, you should use the call &get_logfile(1)
33 # the special call &get_logfile(1) which returns the same as &get_logfile(1).
35 &compare_output($answer,&get_logfile(1));
Dwildcard46 &run_make_with_options($makefile,"print1",&get_logfile);
48 &compare_output($answer,&get_logfile(1));
58 &run_make_with_options($makefile,"print2",&get_logfile);
60 &compare_output($answer,&get_logfile(1));
76 &run_make_with_options($makefile,"clean",&get_logfile);
82 &compare_output($answer,&get_logfile(1));
Dbasename24 &run_make_with_options($makefile,"",&get_logfile,0);
31 # In this call to compare output, you should use the call &get_logfile(1)
33 # the special call &get_logfile(1) which returns the same as &get_logfile(1).
35 &compare_output($answer,&get_logfile(1));
/ndk/sources/host-tools/make-3.81/tests/scripts/options/
Ddash-n23 &run_make_with_options($makefile, "", &get_logfile);
25 &compare_output($answer, &get_logfile(1));
29 &run_make_with_options($makefile, "-Worig -n", &get_logfile);
31 &compare_output($answer, &get_logfile(1));
58 &run_make_with_options($makefile2, "", &get_logfile);
60 &compare_output($answer, &get_logfile(1));
64 &run_make_with_options($makefile2, "-n", &get_logfile);
66 &compare_output($answer, &get_logfile(1));
Ddash-I41 &run_make_with_options($makefile,"-I $workdir all",&get_logfile);
45 &compare_output($answer,&get_logfile(1));
49 &run_make_with_options($makefile,"-I $workdir ANOTHER",&get_logfile);
50 &compare_output($answer,&get_logfile(1));
58 &run_make_with_options($makefile,"-I $workdir recurse",&get_logfile);
59 &compare_output($answer,&get_logfile(1));
Ddash-f42 &run_make_with_options($makefile,"-f $makefile2 -f $makefile3",&get_logfile,0);
44 &compare_output($answer,&get_logfile(1));
50 &run_make_with_options($makefile,"-f $makefile2 -f $makefile3 TWO",&get_logfile,0);
52 &compare_output($answer,&get_logfile(1));
60 &get_logfile,
62 &compare_output($answer,&get_logfile(1));
73 &get_logfile,
75 &compare_output($answer,&get_logfile(1));
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/
DMAKECMDGOALS20 &get_logfile,
23 &compare_output($answer,&get_logfile(1));
29 &get_logfile,
32 &compare_output($answer,&get_logfile(1));
39 &get_logfile,
42 &compare_output($answer,&get_logfile(1));
Dflavors59 &run_make_with_options($makefile, "", &get_logfile);
61 &compare_output($answer, &get_logfile(1));
66 &run_make_with_options($makefile, "next", &get_logfile);
68 &compare_output($answer, &get_logfile(1));
73 &run_make_with_options($makefile, "BOGUS=true", &get_logfile, 512);
75 &compare_output($answer, &get_logfile(1));
80 &run_make_with_options($makefile, "outer", &get_logfile);
82 &compare_output($answer, &get_logfile(1));

123