diff options
author | Paul Joseph Davis <davisp@apache.org> | 2009-11-09 00:50:11 +0000 |
---|---|---|
committer | Paul Joseph Davis <davisp@apache.org> | 2009-11-09 00:50:11 +0000 |
commit | 49c4173c29658de7de2aa05a79be0def8672d3c8 (patch) | |
tree | 09288a0ec1e1b2fe929adb2592437a6b230c81df /test/etap/Makefile.am | |
parent | 3c3aa6a5ca40b23dc51c91c99e5a5d6740e1b7cf (diff) |
Forgot to fix make cover
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@833956 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/etap/Makefile.am')
-rw-r--r-- | test/etap/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |