<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/tests/CMakeLists.txt, branch v0.10.0</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=v0.10.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.10.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2016-09-18T06:56:26Z</updated>
<entry>
<title>cmake: transitive deps and remove deprecated LINK_*</title>
<updated>2016-09-18T06:56:26Z</updated>
<author>
<name>redfish</name>
<email>redfish@galactica.pw</email>
</author>
<published>2016-09-17T17:59:29Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e1c7af35d47c6f54628418f67128074c1bcd4858'/>
<id>urn:sha1:e1c7af35d47c6f54628418f67128074c1bcd4858</id>
<content type='text'>
Keep the immediate direct deps at the library that depends on them,
declare deps as PUBLIC so that targets that link against that library
get the library's deps as transitive deps.

Break dep cycle between blockchain_db &lt;-&gt; crytonote_core.
No code refactoring, just hide cycle from cmake so that
it doesn't complain (cycles are allowed only between
static libs, not shared libs).

This is in preparation for supproting BUILD_SHARED_LIBS cmake
built-in option for building internal libs as shared.
</content>
</entry>
<entry>
<title>cmake: exclude tests from running</title>
<updated>2016-09-01T15:17:44Z</updated>
<author>
<name>redfish</name>
<email>redfish@galactica.pw</email>
</author>
<published>2016-08-29T19:37:40Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3398515dd4b970500dacef6ed8fa69501f05e6dc'/>
<id>urn:sha1:3398515dd4b970500dacef6ed8fa69501f05e6dc</id>
<content type='text'>
Minimize special cases in cmake script, likely to be forgotten.
</content>
</entry>
<entry>
<title>tests: cmake: fix building with system gtest</title>
<updated>2016-08-31T03:04:53Z</updated>
<author>
<name>redfish</name>
<email>redfish@galactica.pw</email>
</author>
<published>2016-08-29T17:56:34Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=640a934d5f6163f1069dda933c590bf463d0d5d1'/>
<id>urn:sha1:640a934d5f6163f1069dda933c590bf463d0d5d1</id>
<content type='text'>
Issues #980 #983
</content>
</entry>
<entry>
<title>tests: cmake: use a list for enabled tests</title>
<updated>2016-08-31T02:56:14Z</updated>
<author>
<name>redfish</name>
<email>redfish@galactica.pw</email>
</author>
<published>2016-08-29T16:17:02Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4a9e94944c47c38c53967452efd83a7e4c2d4804'/>
<id>urn:sha1:4a9e94944c47c38c53967452efd83a7e4c2d4804</id>
<content type='text'>
Avoid replicating common logic.
</content>
</entry>
<entry>
<title>cmake: tests: gtest target is not always defined #983</title>
<updated>2016-08-31T02:55:53Z</updated>
<author>
<name>redfish</name>
<email>redfish@galactica.pw</email>
</author>
<published>2016-08-29T16:12:19Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=dbd9a2606cce84e0793f1f5f39c47975a67b6845'/>
<id>urn:sha1:dbd9a2606cce84e0793f1f5f39c47975a67b6845</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prevent core_tests from building under Travis</title>
<updated>2016-08-29T12:14:27Z</updated>
<author>
<name>Jacob Torrey</name>
<email>discipleofranok@gmail.com</email>
</author>
<published>2016-08-29T12:14:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=57bc33b4d3453c2b42ccfb2f881b9e76f8abdc8f'/>
<id>urn:sha1:57bc33b4d3453c2b42ccfb2f881b9e76f8abdc8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Build the core_tests under Travis</title>
<updated>2016-08-27T12:22:57Z</updated>
<author>
<name>Jacob Torrey</name>
<email>discipleofranok@gmail.com</email>
</author>
<published>2016-08-27T12:22:57Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f017fecde96d1370f99cdab41a65c109bd9682f8'/>
<id>urn:sha1:f017fecde96d1370f99cdab41a65c109bd9682f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Disabled libwallet_api_test until Issue #895 resolved</title>
<updated>2016-08-26T20:03:27Z</updated>
<author>
<name>Jacob Torrey</name>
<email>discipleofranok@gmail.com</email>
</author>
<published>2016-08-23T02:17:57Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=65041fbbf86c02d44f0824cf9b49329629438ab5'/>
<id>urn:sha1:65041fbbf86c02d44f0824cf9b49329629438ab5</id>
<content type='text'>
Signed-off-by: Jacob Torrey &lt;discipleofranok@gmail.com&gt;
</content>
</entry>
<entry>
<title>Disable core_tests on Travis-CI</title>
<updated>2016-08-26T20:03:27Z</updated>
<author>
<name>Jacob Torrey</name>
<email>discipleofranok@gmail.com</email>
</author>
<published>2016-08-23T00:41:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a4501384bf67360e2aee345c4ffe3819d4bbcb37'/>
<id>urn:sha1:a4501384bf67360e2aee345c4ffe3819d4bbcb37</id>
<content type='text'>
Signed-off-by: Jacob Torrey &lt;discipleofranok@gmail.com&gt;
</content>
</entry>
<entry>
<title>tests: enable core tests again</title>
<updated>2016-03-17T22:14:08Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-03-17T22:14:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=498ad737290ad844aca85c6971b14cf434c248d1'/>
<id>urn:sha1:498ad737290ad844aca85c6971b14cf434c248d1</id>
<content type='text'>
They should not have been disabled in the first place
</content>
</entry>
</feed>
