diff options
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 |