Skip to content

Commit

Permalink
Updates to unit tests to include DattathriPeanut3D function
Browse files Browse the repository at this point in the history
  • Loading branch information
perwin committed May 15, 2024
1 parent 20fd09e commit 7905cff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion run_unittest_add_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function_objects/integrator.cpp function_objects/func_expdisk3d.cpp function_obj
function_objects/func_gaussianring3d.cpp function_objects/func_ferrersbar3d.cpp \
function_objects/func_ferrersbar2d.cpp function_objects/func_king.cpp \
function_objects/func_king2.cpp function_objects/func_pointsource.cpp \
function_objects/func_pointsource-rot.cpp \
function_objects/func_pointsource-rot.cpp function_objects/func_peanut_dattathri.cpp \
function_objects/helper_funcs.cpp function_objects/helper_funcs_3d.cpp \
function_objects/psf_interpolators.cpp \
core/mersenne_twister.cpp core/mp_enorm.cpp \
Expand Down
1 change: 1 addition & 0 deletions run_unittest_model_object.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ function_objects/func_ferrersbar3d.cpp function_objects/func_king.cpp \
function_objects/func_ferrersbar2d.cpp \
function_objects/func_king2.cpp function_objects/func_gauss_extraparams.cpp \
function_objects/func_pointsource.cpp function_objects/func_pointsource-rot.cpp \
function_objects/func_peanut_dattathri.cpp \
function_objects/helper_funcs.cpp function_objects/helper_funcs_3d.cpp \
function_objects/psf_interpolators.cpp \
-I. -Icore -Isolvers -I/usr/local/include -Ifunction_objects -I$CXXTEST \
Expand Down
1 change: 1 addition & 0 deletions unit_tests/unittest_add_functions.t.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class NewTestSuite : public CxxTest::TestSuite
referenceFunctionNameList.push_back("BrokenExponential2D");
referenceFunctionNameList.push_back("BrokenExponentialDisk3D");
referenceFunctionNameList.push_back("Core-Sersic");
referenceFunctionNameList.push_back("DattathriPeanut3D");
referenceFunctionNameList.push_back("EdgeOnDisk");
referenceFunctionNameList.push_back("EdgeOnRing");
referenceFunctionNameList.push_back("EdgeOnRing2Side");
Expand Down

0 comments on commit 7905cff

Please sign in to comment.