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

Unit test 150 #198

Merged
merged 25 commits into from
Mar 14, 2024
Merged

Unit test 150 #198

merged 25 commits into from
Mar 14, 2024

Commits on Feb 1, 2024

  1. test.cpp is a unitTest file for getpk2cc() without GoogleTest

    Yuecheng Yu authored and Yuecheng Yu committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    ff7c378 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. implement GTest, individually work well, not good with test.cpp

    Yuecheng Yu authored and Yuecheng Yu committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    c452049 View commit details
    Browse the repository at this point in the history
  2. all works! next: abs path in CMakeLists, test.cpp, unitTest.xml

    Yuecheng Yu authored and Yuecheng Yu committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    3dec73a View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    d6c5775 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. current_path different between compilation(GTest) and real runtime(exe)

    Yuecheng Yu authored and Yuecheng Yu committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    a9e87c8 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. GTest: exe at build/svFSI-build/Source/svFSI, source at tests/unitTests

    Yuecheng Yu authored and Yuecheng Yu committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    c34b201 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. cleaned CMakeLists and test.cpp

    Yuecheng Yu authored and Yuecheng Yu committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    dfe18c3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into unit_test_150

    Yuecheng Yu authored and Yuecheng Yu committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    cae5712 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. modified .github/workflow/test

    Yuecheng Yu authored and Yuecheng Yu committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    6c7b5f3 View commit details
    Browse the repository at this point in the history
  2. add copyright, changed file_path in test.cpp

    Yuecheng Yu authored and Yuecheng Yu committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    279ee52 View commit details
    Browse the repository at this point in the history
  3. update workflow, add copyright

    Yuecheng Yu authored and Yuecheng Yu committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    768a920 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. revise cmakelist to disable gtest_discover_tests

    Yuecheng Yu authored and Yuecheng Yu committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    1083630 View commit details
    Browse the repository at this point in the history
  2. link pthread for ubuntu20, link LAPACK for ubuntu22

    Yuecheng Yu authored and Yuecheng Yu committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    beab321 View commit details
    Browse the repository at this point in the history
  3. try to link threads lib for ubuntu20

    Yuecheng Yu authored and Yuecheng Yu committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    ba6eeb9 View commit details
    Browse the repository at this point in the history
  4. try to link pthread on ubuntu20

    Yuecheng Yu authored and Yuecheng Yu committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    9a066e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. 2nd try to link pthread on ubuntu20

    Yuecheng Yu authored and Yuecheng Yu committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    d5a8347 View commit details
    Browse the repository at this point in the history
  2. last try to link pthread on ubuntu20

    Yuecheng Yu authored and Yuecheng Yu committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    b8138d5 View commit details
    Browse the repository at this point in the history
  3. last after the last try to link pthread on ubuntu20

    Yuecheng Yu authored and Yuecheng Yu committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    dfeb900 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. use test fixture, same setup for multiple tests

    Yuecheng Yu authored and Yuecheng Yu committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    57014fa View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. At the mid of nowhere for GMock, stuck in ten_dyad_prod()

    Yuecheng Yu authored and Yuecheng Yu committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    c986d3f View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. gmock works, note: initialize mat_fun_carray::ten_init(3) before

    calling get_pk2cc
    Yuecheng Yu authored and Yuecheng Yu committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    47c0e18 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. create a class for isotropic material unit test (only support C10, C01)

    Yuecheng Yu authored and Yuecheng Yu committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    c912637 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. some clean up

    Yuecheng Yu authored and Yuecheng Yu committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    c5d0b31 View commit details
    Browse the repository at this point in the history
  2. add --verbose

    Yuecheng Yu authored and Yuecheng Yu committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    a1a6f91 View commit details
    Browse the repository at this point in the history
  3. initialize static arrays with {}

    Yuecheng Yu authored and Yuecheng Yu committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    2bf104c View commit details
    Browse the repository at this point in the history