aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2010-03-24 07:57:06 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2013-01-05 17:17:47 +0100
commit0779a60f3e31a31db71614134ddd7eedc5e385d9 (patch)
treed48a316ec169786aa0ee2fc1461f777bd3ec9991 /test
parentce9477398666f1f5c2af5a93664339bc80f52346 (diff)
downloadusdx-0779a60f3e31a31db71614134ddd7eedc5e385d9.tar.gz
usdx-0779a60f3e31a31db71614134ddd7eedc5e385d9.tar.xz
usdx-0779a60f3e31a31db71614134ddd7eedc5e385d9.zip
change shell execution with makefile functions
Diffstat (limited to 'test')
-rw-r--r--test/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile
index f77fae8b..6278be7d 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -60,11 +60,11 @@ test-with-coverage: $(COVERAGE-DIR)/html/index.html
$(COVERAGE-DIR)/html/index.html: $(COVERAGE-DIR)/coverage.info
genhtml $(COVERAGE-DIR)/coverage.info -o $(COVERAGE-DIR)/html/ -p \
- "$(shell realpath $(shell pwd)/$(TOP)/src)"
+ "$(realpath ./$(TOP)/src)"
$(COVERAGE-DIR)/coverage.info: $(COVERAGE-DIR)/coverage.info.tmp
lcov --extract $(COVERAGE-DIR)/coverage.info.tmp \
- "$(shell realpath $(shell pwd)/$(TOP))/src/*" \
+ "$(realpath ./$(TOP))/src/*" \
-o $(COVERAGE-DIR)/coverage.info
$(COVERAGE-DIR)/coverage.info.tmp: $(TARGET-COVERAGE)