diff options
author | Russell Branca <chewbranca@apache.org> | 2014-08-29 12:32:52 -0700 |
---|---|---|
committer | Russell Branca <chewbranca@apache.org> | 2014-08-29 13:35:00 -0700 |
commit | 0955cc946d064772aa4c0148bd28519c01dd0631 (patch) | |
tree | d42c77de076e64c1820d47ebc8e5d1dfd3d4f63b /NOTICE | |
parent | 8c24cd199c7d05dfc020130ca1f1d28b8fb52dce (diff) | |
download | couchdb-0955cc946d064772aa4c0148bd28519c01dd0631.tar.gz |
Add setup_eunit rebar command
This adds a rebar plugin that introduces the setup_eunit function to
bootstrap the test ini files necessary to run the eunit test suite. It
grabs the ini template files from rel/overlay/*.ini primarily to be
able to set an absolute path for data directories and the prefix based
on the location of the CouchDB source directory.
Diffstat (limited to 'NOTICE')
-rw-r--r-- | NOTICE | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -193,3 +193,7 @@ This product also includes the following third-party components: * velocity.js (https://github.com/julianshapiro/velocity) Copyright (c) 2014 Julian Shapiro + +* is_base_dir function in eunit_plugin.erl (https://github.com/ChicagoBoss/ChicagoBoss/blob/master/skel/priv/rebar/boss_plugin.erl) + + Copyright (c) 2009-2011 Evan Miller
\ No newline at end of file |