Whitespace cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38612 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
# Added patch from dank REMOVE-THIS AT kegel DOT com
|
# Added patch from dank REMOVE-THIS AT kegel DOT com
|
||||||
#
|
#
|
||||||
|
|
||||||
# Added tests timeout from Sebastien Decugis (http://nptl.bullopensource.org)
|
# Added tests timeout from Sebastien Decugis (http://nptl.bullopensource.org)
|
||||||
# Expiration delay is 240 seconds
|
# Expiration delay is 240 seconds
|
||||||
TIMEOUT_VAL = 240
|
TIMEOUT_VAL = 240
|
||||||
# The following value is the shell return value of a timedout application.
|
# The following value is the shell return value of a timedout application.
|
||||||
@@ -43,7 +43,7 @@ PWD := $(shell pwd)
|
|||||||
TIMEOUT = $(top_builddir)/t0 $(TIMEOUT_VAL)
|
TIMEOUT = $(top_builddir)/t0 $(TIMEOUT_VAL)
|
||||||
|
|
||||||
|
|
||||||
all: build-tests run-tests
|
all: build-tests run-tests
|
||||||
|
|
||||||
build-tests: $(BUILD_TESTS:.c=.test)
|
build-tests: $(BUILD_TESTS:.c=.test)
|
||||||
run-tests: $(RUN_TESTS:.test=.run-test)
|
run-tests: $(RUN_TESTS:.test=.run-test)
|
||||||
@@ -140,10 +140,10 @@ clean:
|
|||||||
$(top_builddir)/t0: $(top_builddir)/t0.c
|
$(top_builddir)/t0: $(top_builddir)/t0.c
|
||||||
@echo Building timeout helper files; \
|
@echo Building timeout helper files; \
|
||||||
$(CC) -O2 -o $@ $<
|
$(CC) -O2 -o $@ $<
|
||||||
|
|
||||||
$(top_builddir)/t0.val: $(top_builddir)/t0
|
$(top_builddir)/t0.val: $(top_builddir)/t0
|
||||||
echo `$(top_builddir)/t0 0; echo $$?` > $(top_builddir)/t0.val
|
echo `$(top_builddir)/t0 0; echo $$?` > $(top_builddir)/t0.val
|
||||||
|
|
||||||
%.run-test: %.sh $(top_builddir)/t0 $(top_builddir)/t0.val
|
%.run-test: %.sh $(top_builddir)/t0 $(top_builddir)/t0.val
|
||||||
@COMPLOG=$(LOGFILE).$$$$; \
|
@COMPLOG=$(LOGFILE).$$$$; \
|
||||||
chmod +x $<; \
|
chmod +x $<; \
|
||||||
@@ -185,7 +185,7 @@ functional-make:
|
|||||||
|
|
||||||
functional-run: $(FUNCTIONAL_RUN)
|
functional-run: $(FUNCTIONAL_RUN)
|
||||||
|
|
||||||
$(FUNCTIONAL_RUN):
|
$(FUNCTIONAL_RUN):
|
||||||
cd $@; ./run.sh
|
cd $@; ./run.sh
|
||||||
cd $(PWD)
|
cd $(PWD)
|
||||||
|
|
||||||
@@ -196,7 +196,7 @@ stress-make:
|
|||||||
|
|
||||||
stress-run: $(STRESS_RUN)
|
stress-run: $(STRESS_RUN)
|
||||||
|
|
||||||
$(STRESS_RUN):
|
$(STRESS_RUN):
|
||||||
cd $@; ./run.sh
|
cd $@; ./run.sh
|
||||||
cd $(PWD)
|
cd $(PWD)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user