Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Organise tests #67

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ cmake_install.cmake
testing/build/
testing/test_output/
openmpi-5.0.3-hdf5-1.12.3-env
*build*
*build*/
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -209,4 +209,4 @@ mark_as_advanced(CLEAR CMAKE_CXX_FLAGS_RELEASE)
mark_as_advanced(CLEAR CMAKE_CXX_FLAGS_DEBUG)

# Add unit tests directory
add_subdirectory(./unit_tests)
add_subdirectory(./test/unit_test)
2 changes: 1 addition & 1 deletion src/subhalo_unbind.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ void Subhalo_t::Unbind(const Snapshot_t &epoch)
Particles.swap(p);

/* Update the most bound coordinate. Note that for resolved subhaloes,
* this is not necceserally a tracer particle. */
* this is not necessarily a tracer particle. */
copyHBTxyz(ComovingMostBoundPosition, Particles[0].ComovingPosition);
copyHBTxyz(PhysicalMostBoundVelocity, Particles[0].GetPhysicalVelocity());
break;
Expand Down
14 changes: 0 additions & 14 deletions src/test/Makefile

This file was deleted.

97 changes: 0 additions & 97 deletions src/test/ph5Dataset.c

This file was deleted.

56 changes: 0 additions & 56 deletions src/test/ph5File_create.c

This file was deleted.

64 changes: 0 additions & 64 deletions src/test/testHBTxyz.cpp

This file was deleted.

78 changes: 0 additions & 78 deletions src/test/testHBTxyz2.cpp

This file was deleted.

54 changes: 0 additions & 54 deletions src/test/testSharedPtr.cpp

This file was deleted.

Loading