Changeset 2591 for trunk/src/kmk/tests/scripts/functions
- Timestamp:
- Jun 17, 2012, 10:45:31 PM (13 years ago)
- Location:
- trunk/src/kmk
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk
- Property svn:ignore
-
old new 13 13 stamp-* 14 14 makebook* 15 15 16 .*gdbinit 17 .gdb_history 18 16 19 *.dep 17 20 *.dvi … … 31 34 *.pg 32 35 *.pgs 36 33 37 README 34 38 README.DOS 35 39 README.W32 40 README.OS2 36 41 aclocal.m4 37 42 autom4te.cache … … 52 57 config.h.W32 53 58 config.h-vms 59 54 60 loadavg 55 61 loadavg.c 56 62 make 63 57 64 .deps 58 65 .dep_segment 66 ID 67 TAGS 68 59 69 _* 60 70 sun4 … … 72 82 sol2 73 83 i486-linux 84 74 85 customs 86 75 87 install-sh 76 88 mkinstalldirs 89 90 .directive.asc
-
- Property svn:ignore
-
trunk/src/kmk/tests
- Property svn:ignore
--- +++
- Property svn:ignore
-
trunk/src/kmk/tests/scripts/functions/abspath
- Property svn:keywords deleted
-
trunk/src/kmk/tests/scripts/functions/realpath
- Property svn:keywords deleted
-
trunk/src/kmk/tests/scripts/functions/shell
r969 r2591 12 12 13 13 14 # Test unescaped comment characters in shells. Savannah bug #20513 15 if ($all_tests) { 16 run_make_test(q! 17 FOO := $(shell echo '#') 18 foo: ; echo '$(FOO)' 19 !, 20 '', "#\n"); 21 } 22 14 23 # Test shells inside exported environment variables. 15 24 # This is the test that fails if we try to put make exported variables into -
trunk/src/kmk/tests/scripts/functions/wildcard
r969 r2591 82 82 &compare_output($answer,&get_logfile(1)); 83 83 84 # TEST #4: Verify that failed wildcards don't return the pattern 85 86 run_make_test(q! 87 all: ; @echo $(wildcard xz--y*.7) 88 !, 89 '', "\n"); 84 90 85 91 1; 86 87 88 89 90 91 92 93 94
Note:
See TracChangeset
for help on using the changeset viewer.