Changeset 17 for php/trunk/unittest/makefile
- Timestamp:
- Jul 12, 2011, 10:56:58 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
php/trunk/unittest/makefile
r9 r17 71 71 ifeq ($(TESTCASE),) 72 72 ifeq ($(OS), Windows_NT) 73 -@for /d %%c in (*) do @make -s TESTCASE=%%c SUBDIR=%%c changedir73 @for /d %%c in (*) do @make -s TESTCASE=%%c SUBDIR=%%c changedir 74 74 else 75 -@for c in `find . -maxdepth 1 -type d -path "./*_*"`; do make -s TESTCASE=$$c SUBDIR=$$c changedir; done75 @for c in `find . -maxdepth 1 -type d -path "./*_*"`; do make -s TESTCASE=$$c SUBDIR=$$c changedir; done 76 76 endif 77 77 else 78 -@make -s TESTCASE=$(TESTCASE) SUBDIR=$(TESTCASE) changedir78 @make -s TESTCASE=$(TESTCASE) SUBDIR=$(TESTCASE) changedir 79 79 endif 80 80
Note:
See TracChangeset
for help on using the changeset viewer.