Skip to content

Commit

Permalink
Merge branch 'main' into integration-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rboston628 authored Jun 23, 2024
2 parents 11afac4 + f8e85fd commit 05f97be
Show file tree
Hide file tree
Showing 44 changed files with 13,516 additions and 11,311 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,14 +142,13 @@ jobs:
shell: bash
run: make

# there is no cxxtest support in windows or macos, so can only run tests on ubuntu
- name: Build THRAIN tests
# there is no cxxtest support in windows, so can only run tests on macos or ubuntu
if: startsWith(matrix.config.os, 'ubuntu') # || startsWith(matrix.config.os, 'macos')
shell: bash
run: make tests

- name: Run tests
# there is no cxxtest support in windows, so can only run tests on macos or ubuntu
if: startsWith(matrix.config.os, 'ubuntu') # || startsWith(matrix.config.os, 'macos')
shell: bash
run: ./tests/tests.out
Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ lib/*.o
# the test suite
!tests/
!tests/*.h
# include test classes
!tests/test_modes/
!tests/test_modes/*
!tests/test_stars/
!tests/test_stars/*
# include the test inputs
!tests/inputs/
!tests/inputs/spline/
Expand Down
Loading

0 comments on commit 05f97be

Please sign in to comment.