Changeset 1984 in kBuild for trunk/src/kmk/tests/scripts
- Timestamp:
- Oct 27, 2008 11:36:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/tests/scripts/variables/automatic
r969 r1984 68 68 close(MAKEFILE); 69 69 70 &run_make_with_options($makefile2, " $dir/foo $dir/bar", &get_logfile);70 &run_make_with_options($makefile2, "-j1 $dir/foo $dir/bar", &get_logfile); 71 71 $answer = ".x\n$dir/foo.x\nx\n\[email protected]\n$dir.x\nfoo.x\n$dir/bar.x\nbar.x\n"; 72 72 &compare_output($answer, &get_logfile(1)); 73 73 74 &run_make_with_options($makefile2, " $dir/x.z $dir/y.z", &get_logfile);74 &run_make_with_options($makefile2, "-j1 $dir/x.z $dir/y.z", &get_logfile); 75 75 $answer = ".x\n$dir/x.z.x\nx\n\[email protected]\n$dir.x\nx.z.x\n.y\n$dir/y.z.y\n\y\n\[email protected]\n$dir.y\ny.z.y\n"; 76 76 &compare_output($answer, &get_logfile(1)); 77 77 78 &run_make_with_options($makefile2, " $dir/biz", &get_logfile);78 &run_make_with_options($makefile2, "-j1 $dir/biz", &get_logfile); 79 79 $answer = "$dir/biz.x\n$dir.x\nbiz.x\n"; 80 80 &compare_output($answer, &get_logfile(1));
Note:
See TracChangeset
for help on using the changeset viewer.