diff --git a/Makefile.am b/Makefile.am index d4f0241..002f854 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,13 +28,15 @@ noinst_HEADERS = src/oracle-config.h \ USER_MODULES = qlib/OracleExtensions.qm -EXTRA_DIST = COPYING.MIT COPYING.LGPL ChangeLog AUTHORS README \ +EXTRA_DIST = COPYING.MIT COPYING.LGPL AUTHORS README \ RELEASE-NOTES \ src/ql_oracle.qpp \ src/QC_AQMessage.qpp \ src/QC_AQQueue.qpp \ test/db-test.q \ test/sql-stmt.q \ + test/aq-test.q \ + test/sql-stmt-describe.q \ $(USER_MODULES) \ qore-oracle-module.spec diff --git a/qore-oracle-module.spec b/qore-oracle-module.spec index e2a9a90..1150027 100644 --- a/qore-oracle-module.spec +++ b/qore-oracle-module.spec @@ -87,7 +87,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %{module_dir} %{user_module_dir} -%doc COPYING.MIT COPYING.LGPL README RELEASE-NOTES ChangeLog AUTHORS +%doc COPYING.MIT COPYING.LGPL README RELEASE-NOTES AUTHORS %package doc Summary: oracle module for Qore @@ -100,10 +100,11 @@ This RPM provides API documentation, test and example programs %files doc %defattr(-,root,root,-) -%doc docs/oracle/html test/db-test.q test/sql-stmt.q +%doc docs/oracle/html test/db-test.q test/sql-stmt.q test/aq-test.q test/db-test.q test/sql-stmt-describe.q %changelog -* Thu Jan 30 2013 David Nichols - 3.2 +* Sun Jun 5 2016 David Nichols - 3.2 +- added test scripts - updated to version 3.2 * Fri Aug 2 2013 David Nichols - 3.1 diff --git a/test/sql-stmt-describe.q b/test/sql-stmt-describe.q old mode 100644 new mode 100755