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

migrate tests to Catch2v3 #271

Merged
merged 13 commits into from
Apr 29, 2024
Merged

migrate tests to Catch2v3 #271

merged 13 commits into from
Apr 29, 2024

Commits on Apr 26, 2024

  1. migrate utils tests to Catch2v3

    	modified:   CMakeLists.txt
    	new file:   cmake_log
    	modified:   src/synergia/bunch/CMakeLists.txt
    	modified:   src/synergia/collective/CMakeLists.txt
    	modified:   src/synergia/foundation/CMakeLists.txt
    	modified:   src/synergia/lattice/CMakeLists.txt
    	modified:   src/synergia/libFF/CMakeLists.txt
    	modified:   src/synergia/simulation/CMakeLists.txt
    	modified:   src/synergia/utils/CMakeLists.txt
    	deleted:    src/synergia/utils/catch.hpp
    	modified:   src/synergia/utils/catch_test_main.cc
    	modified:   src/synergia/utils/tests/CMakeLists.txt
    	modified:   src/synergia/utils/tests/test_command_line_arg.cc
    	modified:   src/synergia/utils/tests/test_commxx_mpi.cc
    	modified:   src/synergia/utils/tests/test_commxx_serdes.cc
    	modified:   src/synergia/utils/tests/test_distributed_fft2d.cc
    	modified:   src/synergia/utils/tests/test_distributed_fft3d.cc
    Sajid Ali committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    d536119 View commit details
    Browse the repository at this point in the history
  2. migrate foundation tests to Catch2v3

    	modified:   src/synergia/foundation/CMakeLists.txt
    	modified:   src/synergia/foundation/tests/CMakeLists.txt
    	modified:   src/synergia/foundation/tests/test_four_momentum.cc
    	modified:   src/synergia/foundation/tests/test_reference_particle.cc
    	modified:   src/synergia/foundation/tests/test_trigon.cc
    Sajid Ali committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    6feb0c1 View commit details
    Browse the repository at this point in the history
  3. ci-macos: use macos-14 on aarch64!

    	modified:   .github/workflows/macos-clang.yml
    	modified:   .github/workflows/macos-gcc.yml
    Sajid Ali committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    d6b6a06 View commit details
    Browse the repository at this point in the history
  4. migrate bunch tests to Catch2v3

    Sajid Ali committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    ca60c1d View commit details
    Browse the repository at this point in the history
  5. fix test_kokkos for CUDA builds!

    Sajid Ali committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    191c0ef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    25e38f2 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. migrate lattice tests to Catch2v3

    Sajid Ali committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    338b561 View commit details
    Browse the repository at this point in the history
  2. migrate libFF tests to Catch2v3

    Sajid Ali committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    0c4393d View commit details
    Browse the repository at this point in the history
  3. migrate simulation tests to Catch2v3

    Sajid Ali committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    28280cf View commit details
    Browse the repository at this point in the history
  4. migrate collective tests to Catch2v3

    Sajid Ali committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    94ee3d2 View commit details
    Browse the repository at this point in the history
  5. remove unused files

    Sajid Ali committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    ba4899b View commit details
    Browse the repository at this point in the history
  6. minor reformat

    Sajid Ali committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    3bf668a View commit details
    Browse the repository at this point in the history
  7. libFF test cleanup

    Sajid Ali committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    fedaf1e View commit details
    Browse the repository at this point in the history