Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Modified snapshot and pagestore tests.
authoronesphore <ndayishimiye.o@husky.neu.edu>
Wed, 20 Jun 2018 12:25:40 +0000 (14:25 +0200)
committeronesphore <ndayishimiye.o@husky.neu.edu>
Wed, 20 Jun 2018 12:25:40 +0000 (14:25 +0200)
commit7e84ae8f1efbe8e45dd5e578fc180c152669bfc1
tree149ec0b4b56118b2625b98d27536f9b98de4c0a2
parent0e1d91113222f171af1130c8881c72b19de77869
Modified snapshot and pagestore tests.
18 files changed:
src/mc/mc_checkpoint.cpp
src/mc/snapshot/AddressSpace.hpp [new file with mode: 0644]
src/mc/snapshot/ChunkedData.cpp [new file with mode: 0644]
src/mc/snapshot/ChunkedData.hpp [new file with mode: 0644]
src/mc/snapshot/PageStore.cpp [new file with mode: 0644]
src/mc/snapshot/PageStore.hpp [new file with mode: 0644]
src/mc/snapshot/RegionSnapshot.cpp [new file with mode: 0644]
src/mc/snapshot/RegionSnapshot.hpp [new file with mode: 0644]
src/mc/snapshot/compare.cpp [new file with mode: 0644]
src/mc/snapshot/mc_checkpoint.cpp [new file with mode: 0644]
src/mc/snapshot/mc_ignore.hpp [new file with mode: 0644]
src/mc/snapshot/mc_mmu.hpp [new file with mode: 0644]
src/mc/snapshot/mc_page_snapshot.cpp [new file with mode: 0644]
src/mc/snapshot/mc_snapshot.cpp [new file with mode: 0644]
src/mc/snapshot/mc_snapshot.hpp [new file with mode: 0644]
src/mc/snapshot/unitTest/PageStore_unit_BOOST.cpp [new file with mode: 0644]
src/mc/snapshot/unitTest/mc_snapshot_unit_BOOST.cpp [new file with mode: 0644]
tools/cmake/Tests.cmake