/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
MAKECMDGOALS | 20 &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));
|
CURDIR | 15 &run_make_with_options($makefile,"",&get_logfile); 17 &compare_output($answer,&get_logfile(1));
|
MAKELEVEL | 23 &run_make_with_options($makefile,"",&get_logfile); 31 &compare_output($answer,&get_logfile(1));
|
MFILE_LIST | 26 &run_make_with_options($makefile, "", &get_logfile); 28 &compare_output($answer,&get_logfile(1));
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
warning | 36 &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));
|
error | 38 &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)) [all...] |
addsuffix | 23 &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));
|
addprefix | 24 &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));
|
dir | 24 &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));
|
findstring | 26 &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));
|
join | 24 &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));
|
notdir | 24 &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));
|
eval | 27 &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...] |
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
dash-n | 23 &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));
|
dash-e | 18 &run_make_with_options($makefile, '-e' ,&get_logfile); 22 &compare_output($answer,&get_logfile(1));
|
dash-I | 41 &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));
|
dash-f | 42 &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/targets/ |
INTERMEDIATE | 38 &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...] |
SECONDARY | 38 &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...] |
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
default_names | 29 &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));
|
targetvars | 63 &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...] |
double_colon | 48 &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...] |
quoting | 22 &run_make_with_options($makefile,"",&get_logfile); 30 &compare_output($answer,&get_logfile(1));
|
varnesting | 21 &run_make_with_options($makefile,"",&get_logfile); 26 &compare_output($answer,&get_logfile(1));
|
mult_targets | 26 &run_make_with_options($makefile,"bigoutput",&get_logfile); 32 &compare_output($answer,&get_logfile(1)); 34 &run_make_with_options($makefile,"littleoutput",&get_logfile); 36 &compare_output($answer,&get_logfile(1));
|