Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Commit

Permalink
Forgot to fix make cover
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@833956 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
davisp committed Nov 9, 2009
1 parent 3c3aa6a commit 49c4173
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -41,7 +41,7 @@ check: dev

cover: dev
rm -f cover/*.coverdata
COVER=1 COVER_BIN=./src/couchdb/ prove test/etap/*.t
COVER=1 COVER_BIN=./src/couchdb/ $(top_builddir)/test/etap/run
SRC=./src/couchdb/ \
$(ERL) -noshell \
-pa src/etap \
Expand Down
2 changes: 1 addition & 1 deletion test/etap/Makefile.am
Expand Up @@ -10,7 +10,7 @@
## License for the specific language governing permissions and limitations under
## the License.

check_SCRIPTS = run
noinst_SCRIPTS = run
noinst_DATA = test_util.beam

%.beam: %.erl
Expand Down

0 comments on commit 49c4173

Please sign in to comment.