HomeSort by relevance Sort by last modified time
    Searched full:get_logfile (Results 51 - 67 of 67) sorted by null

1 23

  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
if 29 &run_make_with_options($makefile, "", &get_logfile);
31 &compare_output($answer, &get_logfile(1));
call 67 &run_make_with_options($makefile, "", &get_logfile);
69 &compare_output($answer, &get_logfile(1));
95 &run_make_with_options($makefile2, "", &get_logfile);
97 &compare_output($answer,&get_logfile(1));
sort 40 &run_make_with_options($makefile,"",&get_logfile);
47 &compare_output($answer,&get_logfile(1));
word 31 &run_make_with_options($makefile, "", &get_logfile);
44 &compare_output($answer, &get_logfile(1));
  /ndk/sources/host-tools/make-3.81/tests/scripts/targets/
DEFAULT 35 &run_make_with_options($makefile,'bar',&get_logfile);
44 &compare_output($answer,&get_logfile(1));
PHONY 37 &run_make_with_options($makefile,"clean",&get_logfile);
43 &compare_output($answer,&get_logfile(1));
  /ndk/sources/host-tools/make-3.81/tests/scripts/variables/
MAKE 29 &run_make_with_options($makefile,"",&get_logfile,0);
33 &compare_output($answer,&get_logfile(1));
automatic 36 &run_make_with_options($makefile, "", &get_logfile);
45 &compare_output($answer, &get_logfile(1));
70 &run_make_with_options($makefile2, "$dir/foo $dir/bar", &get_logfile);
72 &compare_output($answer, &get_logfile(1));
74 &run_make_with_options($makefile2, "$dir/x.z $dir/y.z", &get_logfile);
76 &compare_output($answer, &get_logfile(1));
78 &run_make_with_options($makefile2, "$dir/biz", &get_logfile);
80 &compare_output($answer, &get_logfile(1));
special 49 # &run_make_with_options($makefile2, "", &get_logfile);
51 # &compare_output($answer, &get_logfile(1));
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
include 42 &run_make_with_options($makefile, "all", &get_logfile);
44 &compare_output($answer, &get_logfile(1));
46 &run_make_with_options($makefile, "ANOTHER", &get_logfile);
48 &compare_output($answer, &get_logfile(1));
vpath 49 &run_make_with_options($makefile,"",&get_logfile);
57 if (&compare_output($answer,&get_logfile(1)))
  /ndk/sources/host-tools/make-3.81/tests/scripts/options/
dash-k 56 &run_make_with_options($makefile, "-k", &get_logfile, $error_code);
67 &compare_output($answer, &get_logfile(1));
92 &run_make_with_options($makefile2, "-k", &get_logfile, $error_code);
98 &compare_output($answer, &get_logfile(1));
  /ndk/sources/host-tools/make-3.81/tests/scripts/misc/
general1 39 &run_make_with_options($makefile,"",&get_logfile);
47 if (&compare_output($answer,&get_logfile(1))) {
general2 40 &run_make_with_options($makefile,"",&get_logfile);
46 if (&compare_output($answer,&get_logfile(1))) {
general3 42 &run_make_with_options($makefile2,"",&get_logfile);
44 &compare_output($answer,&get_logfile(1));
  /ndk/sources/host-tools/make-3.81/tests/
run_make_tests.pl 123 &run_make_with_options($makefile, $options, &get_logfile(0), $err_code);
124 &compare_output($answer, &get_logfile(1));
test_driver.pl 1145 sub get_logfile subroutine

Completed in 2088 milliseconds

1 23