diff options
author | Noah Slater <nslater@apache.org> | 2008-10-25 19:30:19 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2008-10-25 19:30:19 +0000 |
commit | 470371614829f859f39834c98ded27669aa615c6 (patch) | |
tree | 16e29da9240636f6d781d131d570d2d2de5b11cc /test | |
parent | 7b0919d71abdd71d97ee563c0bdbc68ff29fca58 (diff) |
added tests to dist
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707893 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index c676ed25..6e99b913 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -10,6 +10,13 @@ ## License for the specific language governing permissions and limitations ## under the License. -TESTS = runner.sh +dist_TESTS = runner.sh CLEANFILES = runner.beam test.ini + +EXTRA_DIST = \ + couch_config_test.erl \ + couch_config_writer_test.erl \ + local.ini \ + runner.erl \ + test.js |