Add unit tests for memref (#6)
Showing
- CMakeLists.txt 17 additions, 10 deletionsCMakeLists.txt
- README.md 18 additions, 0 deletionsREADME.md
- include/Utils/Container.h 8 additions, 1 deletioninclude/Utils/Container.h
- lib/Utils/Container.cpp 23 additions, 4 deletionslib/Utils/Container.cpp
- tests/CMakeLists.txt 1 addition, 13 deletionstests/CMakeLists.txt
- tests/UnitTests/CMakeLists.txt 11 additions, 0 deletionstests/UnitTests/CMakeLists.txt
- tests/UnitTests/Test.h 42 additions, 0 deletionstests/UnitTests/Test.h
- tests/UnitTests/TestContainer.cpp 201 additions, 0 deletionstests/UnitTests/TestContainer.cpp
- tests/container.cpp 0 additions, 8 deletionstests/container.cpp
tests/UnitTests/CMakeLists.txt
0 → 100644
tests/UnitTests/Test.h
0 → 100644
tests/UnitTests/TestContainer.cpp
0 → 100644
tests/container.cpp
deleted
100644 → 0
Please register or sign in to comment