Changeset 1960 in kBuild
- Timestamp:
- Oct 26, 2008 7:17:42 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/tests/scripts/features/targetvars
r969 r1960 61 61 # TEST #1 62 62 63 &run_make_with_options($makefile, " one two three", &get_logfile);63 &run_make_with_options($makefile, "-j1 one two three", &get_logfile); 64 64 $answer = "one bar\nfoo two\nBAR=1000\nfoo bar\n"; 65 65 &compare_output($answer,&get_logfile(1));
Note:
See TracChangeset
for help on using the changeset viewer.