Skip to content

Commit

Permalink
Add SYCL testing of exponential dist
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Jul 26, 2024
1 parent f7a82bb commit a054903
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/sycl_jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ project : requirements
run test_arcsine.cpp ;
run test_bernoulli.cpp ;
run test_cauchy.cpp ;
run test_exponential_dist.cpp ;

# Special Functions
run pow_test.cpp ;
Expand Down
2 changes: 1 addition & 1 deletion test/test_exponential_dist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

// test_exponential_dist.cpp

#include <boost/math/tools/test.hpp>
#include "../include_private/boost/math/tools/test.hpp"
#include <boost/math/concepts/real_concept.hpp> // for real_concept
#include <boost/math/distributions/exponential.hpp>
using boost::math::exponential_distribution;
Expand Down

0 comments on commit a054903

Please sign in to comment.