summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--test/etap/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index cb963ec6..404a911a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 \
diff --git a/test/etap/Makefile.am b/test/etap/Makefile.am
index 03685d0e..c1bef743 100644
--- a/test/etap/Makefile.am
+++ b/test/etap/Makefile.am
@@ -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