Skip to content

Commit f61e439

Browse files
author
Kurt Smith
committed
Fix target renaming in Makefile.
1 parent 4d3c805 commit f61e439

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ test_ipython:
6464
${PYTHON} -m unittest discover -c
6565
.PHONY: test_ipython
6666

67-
test_client_with_coverage:
67+
test_ipython_with_coverage:
6868
${COVERAGE} run -pm unittest discover -cv
69-
.PHONY: test_client_with_coverage
69+
.PHONY: test_ipython_with_coverage
7070

7171
${PARALLEL_OUT_DIR} :
7272
mkdir ${PARALLEL_OUT_DIR}
@@ -98,7 +98,7 @@ test_mpi_with_coverage:
9898
test: test_ipython test_mpi test_engines
9999
.PHONY: test
100100

101-
test_with_coverage: test_client_with_coverage test_mpi_with_coverage test_engines_with_coverage
101+
test_with_coverage: test_ipython_with_coverage test_mpi_with_coverage test_engines_with_coverage
102102
.PHONY: test_with_coverage
103103

104104
coverage_report:

0 commit comments

Comments
 (0)