memgraph/tests/unit
Marko Budiselic e7f5bd4c21 antlr integration, *.hpp and *.cpp inside src dir, cleanup
Summary: antlr integration, *.hpp and *.cpp inside src dir, cleanup

Test Plan: manual

Reviewers: mislav.bradac, dgleich, florijan

Reviewed By: florijan

Subscribers: pullbot, buda

Differential Revision: https://phabricator.memgraph.io/D49
2017-02-17 16:20:31 +01:00
..
basic_bloom_filter.cpp unit test normalization 2016-12-22 19:22:45 +01:00
block_allocator.cpp Bugs from concurrent tests aren't solved. TODO: we have to introduce memory tracker for tests 2016-12-21 21:33:58 +01:00
chunked_decoder.cpp unit test normalization 2016-12-22 19:22:45 +01:00
chunked_encoder.cpp unit test normalization 2016-12-22 19:22:45 +01:00
CMakeLists.txt antlr integration, *.hpp and *.cpp inside src dir, cleanup 2017-02-17 16:20:31 +01:00
concurrent_list.cpp mistake, I forgot to add some changes 2016-12-22 19:28:21 +01:00
concurrent_map.cpp mistake, I forgot to add some changes 2016-12-22 19:28:21 +01:00
concurrent_set.cpp mistake, I forgot to add some changes 2016-12-22 19:28:21 +01:00
dynamic_bitset.cpp mistake, I forgot to add some changes 2016-12-22 19:28:21 +01:00
fswatcher.cpp Review updates (fswatcher test comments) 2017-01-13 10:21:45 +01:00
graph_db_accessor.cpp Properties refactoring: STABLE STATE. Memgraph compiles. Properties are out. Tests are in progress. 2017-02-16 15:47:55 +01:00
program_argument.cpp mistake, I forgot to add some changes 2016-12-22 19:28:21 +01:00
ptr_int.cpp mistake, I forgot to add some changes 2016-12-22 19:28:21 +01:00
README.md mistake, I forgot to add some changes 2016-12-22 19:28:21 +01:00
record_edge_vertex_accessor.cpp Properties system and core storage major refactor. STABLE STATE, unit tests added. 2017-02-16 17:43:39 +01:00
rh_hashmap.cpp mistake, I forgot to add some changes 2016-12-22 19:28:21 +01:00
rh_hashmultimap.cpp mistake, I forgot to add some changes 2016-12-22 19:28:21 +01:00
signal_handler.cpp mistake, I forgot to add some changes 2016-12-22 19:28:21 +01:00
skiplist_reverse_iteration.cpp Added Skiplist ReverseIterator, Distance Approximation Prototype and documented some stuff 2017-01-31 15:16:38 +01:00
skiplistset.cpp Fixed tests. 2016-08-19 19:09:24 +01:00
stack_allocator.cpp Bugs from concurrent tests aren't solved. TODO: we have to introduce memory tracker for tests 2016-12-21 21:33:58 +01:00
template_engine.cpp mistake, I forgot to add some changes 2016-12-22 19:28:21 +01:00
typed_value_store.cpp Major properties system and database accessor refactor: first stable state (compiles). 2017-02-15 14:10:16 +01:00
typed_value.cpp Major properties system and database accessor refactor: first stable state (compiles). 2017-02-15 14:10:16 +01:00
union_find.cpp data_structures/union_find - minor refactors and tests added 2017-01-23 15:20:09 +01:00
unique_object_store.cpp Typed-value migration in progress. UNSTABLE STATE 2017-02-06 12:40:55 +01:00

All unit test should be gtest because in that case the test infrastructure can then visualize the results. (JUnit xml output)