Skip to content

Commit c0de977

Browse files
authored
Merge pull request #2432 from stan-dev/issue_2395_ode_tests
Issue 2395 ode tests
2 parents a0076ca + f1971b9 commit c0de977

44 files changed

Lines changed: 3081 additions & 12583 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

make/tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ $(EXPRESSION_TESTS) : $(LIBSUNDIALS)
6464
# CVODES tests
6565
##
6666

67-
CVODES_TESTS := $(subst .cpp,$(EXE),$(call findfiles,test,*cvodes*_test.cpp) $(call findfiles,test,*_bdf_*_test.cpp) $(call findfiles,test,*_adams_*_test.cpp))
67+
CVODES_TESTS := $(subst .cpp,$(EXE),$(call findfiles,test,*cvodes*_test.cpp) $(call findfiles,test,*_bdf_*_test.cpp) $(call findfiles,test,*_adams_*_test.cpp) $(call findfiles,test,*_ode_typed_*test.cpp))
6868
$(CVODES_TESTS) : $(LIBSUNDIALS)
6969

7070

test/unit/math/prim/functor/integrate_ode_rk45_prim_test.cpp

Lines changed: 0 additions & 357 deletions
This file was deleted.

0 commit comments

Comments
 (0)