Skip to content

Commit

Permalink
Umstruktuerierung der Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfehrs committed Nov 17, 2024
1 parent 8c910ba commit 0a11516
Show file tree
Hide file tree
Showing 26 changed files with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions tests/sources/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
target_sources(tests PRIVATE prefix_tests.cpp)
target_sources(tests PRIVATE length_unit_constant_tests.cpp)
target_sources(tests PRIVATE length_unit_literal_tests.cpp)
target_sources(tests PRIVATE time_unit_constant_tests.cpp)
target_sources(tests PRIVATE time_unit_literal_tests.cpp)
target_sources(tests PRIVATE mass_unit_constant_tests.cpp)
target_sources(tests PRIVATE mass_unit_literal_tests.cpp)
target_sources(tests PRIVATE area_unit_constant_tests.cpp)
target_sources(tests PRIVATE area_unit_literal_tests.cpp)
target_sources(tests PRIVATE volume_unit_constant_tests.cpp)
target_sources(tests PRIVATE volume_unit_literal_tests.cpp)
target_sources(tests PRIVATE planar_angle_unit_constant_tests.cpp)
target_sources(tests PRIVATE planar_angle_unit_literal_tests.cpp)
target_sources(tests PRIVATE temperature_unit_constant_tests.cpp)
target_sources(tests PRIVATE temperature_unit_literal_tests.cpp)
target_sources(tests PRIVATE dimensionless_unit_constant_tests.cpp)
target_sources(tests PRIVATE dimensionless_unit_literal_tests.cpp)
target_sources(tests PRIVATE squared_time_unit_constant_tests.cpp)
target_sources(tests PRIVATE velocity_unit_constant_tests.cpp)
target_sources(tests PRIVATE acceleration_unit_constant_tests.cpp)
target_sources(tests PRIVATE angular_velocity_unit_constant_tests.cpp)
target_sources(tests PRIVATE quantity_construction_tests.cpp)
target_sources(tests PRIVATE quantity_tests.cpp)
target_sources(tests PRIVATE quantity_math_tests.cpp)
target_sources(tests PRIVATE quantity_limits_tests.cpp)
target_sources(tests PRIVATE unit_tests/prefixes.cpp)
target_sources(tests PRIVATE unit_tests/constants/length.cpp)
target_sources(tests PRIVATE unit_tests/literals/length.cpp)
target_sources(tests PRIVATE unit_tests/constants/time.cpp)
target_sources(tests PRIVATE unit_tests/literals/time.cpp)
target_sources(tests PRIVATE unit_tests/constants/mass.cpp)
target_sources(tests PRIVATE unit_tests/literals/mass.cpp)
target_sources(tests PRIVATE unit_tests/constants/area.cpp)
target_sources(tests PRIVATE unit_tests/literals/area.cpp)
target_sources(tests PRIVATE unit_tests/constants/volume.cpp)
target_sources(tests PRIVATE unit_tests/literals/volume.cpp)
target_sources(tests PRIVATE unit_tests/constants/planar_angle.cpp)
target_sources(tests PRIVATE unit_tests/literals/planar_angle.cpp)
target_sources(tests PRIVATE unit_tests/constants/temperature.cpp)
target_sources(tests PRIVATE unit_tests/literals/temperature.cpp)
target_sources(tests PRIVATE unit_tests/constants/one.cpp)
target_sources(tests PRIVATE unit_tests/literals/one.cpp)
target_sources(tests PRIVATE unit_tests/constants/squared_time.cpp)
target_sources(tests PRIVATE unit_tests/constants/velocity.cpp)
target_sources(tests PRIVATE unit_tests/constants/acceleration.cpp)
target_sources(tests PRIVATE unit_tests/constants/angular_velocity.cpp)
target_sources(tests PRIVATE quantity_tests/construction.cpp)
target_sources(tests PRIVATE quantity_tests/quantity.cpp)
target_sources(tests PRIVATE quantity_tests/math.cpp)
target_sources(tests PRIVATE quantity_tests/limits.cpp)

add_subdirectory(header_tests)

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0a11516

Please sign in to comment.