diff options
author | Mike Gerwitz <gerwitzm@lovullo.com> | 2017-01-06 13:17:57 -0500 |
---|---|---|
committer | Mike Gerwitz <gerwitzm@lovullo.com> | 2017-01-06 13:17:57 -0500 |
commit | 7ee9e11337edc3c1159fa38337e099a8b4f70bd6 (patch) | |
tree | 417da5f8bc1c66b541a84876ded9a3eaf8081272 | |
parent | 0708ace9936ea2f958d5c1af08529e59de747465 (diff) | |
download | liza-7ee9e11337edc3c1159fa38337e099a8b4f70bd6.tar.gz liza-7ee9e11337edc3c1159fa38337e099a8b4f70bd6.tar.bz2 liza-7ee9e11337edc3c1159fa38337e099a8b4f70bd6.zip |
Add test/ to distributionv0.8.0
Makefile.am (EXTRA_DIST): Add test/
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 333dfb9..1f16d54 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,7 +26,7 @@ nsindex=$(addsuffix /index.js, $(namespaces)) SUBDIRS = doc EXTRA_DIST = $(path_src) package.json index.js $(path_src)/version.js \ - tools autogen.sh README.md + tools autogen.sh README.md $(path_test) .PHONY: FORCE todo |