Changeset: 5c152739e83c for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/5c152739e83c
Modified Files:
MonetDB.spec
ctest/tools/monetdbe/CMakeLists.txt
debian/monetdb-embedded-testing.install
Branch: Dec2025
Log Message:
Install demo_oob_{read,write} so that the tests also work.
diffs (33 lines):
diff --git a/MonetDB.spec b/MonetDB.spec
--- a/MonetDB.spec
+++ b/MonetDB.spec
@@ -856,6 +856,8 @@ package. You probably don't need this,
%files embedded-tests
%defattr(-,root,root)
+%{_bindir}/demo_oob_read
+%{_bindir}/demo_oob_write
%{_bindir}/example1
%{_bindir}/example2
%{_bindir}/example_append
diff --git a/ctest/tools/monetdbe/CMakeLists.txt
b/ctest/tools/monetdbe/CMakeLists.txt
--- a/ctest/tools/monetdbe/CMakeLists.txt
+++ b/ctest/tools/monetdbe/CMakeLists.txt
@@ -124,6 +124,8 @@ if(NOT MONETDB_STATIC)
monetdbe)
install(TARGETS
+ demo_oob_read
+ demo_oob_write
example1
example2
example_append
diff --git a/debian/monetdb-embedded-testing.install
b/debian/monetdb-embedded-testing.install
--- a/debian/monetdb-embedded-testing.install
+++ b/debian/monetdb-embedded-testing.install
@@ -1,3 +1,5 @@
+debian/tmp/usr/bin/demo_oob_read usr/bin
+debian/tmp/usr/bin/demo_oob_write usr/bin
debian/tmp/usr/bin/example1 usr/bin
debian/tmp/usr/bin/example2 usr/bin
debian/tmp/usr/bin/example_append usr/bin
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]