Add laplace dist SYCL testing

This commit is contained in:
Matt Borland 2024-07-29 14:31:39 -04:00
parent a1d08a514c
commit 1aae539ed3
No known key found for this signature in database
GPG Key ID: 0D3F929B7E6E4DAB
2 changed files with 3 additions and 2 deletions

View File

@ -17,6 +17,7 @@ run test_exponential_dist.cpp ;
run test_extreme_value.cpp ;
run test_holtsmark.cpp ;
run test_landau.cpp ;
run test_laplace.cpp ;
run test_mapairy.cpp ;
run test_saspoint5.cpp ;

View File

@ -1,7 +1,7 @@
// Copyright Thijs van den Berg, 2008.
// Copyright John Maddock 2008.
// Copyright Paul A. Bristow 2008, 2009, 2014.
// Copyright Matt Borland 2024.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@ -62,7 +62,7 @@ Test 8: test_extreme_function_arguments()
#define BOOST_TEST_MAIN
#include <boost/test/unit_test.hpp>
#include <boost/math/tools/test.hpp>
#include "../include_private/boost/math/tools/test.hpp"
#include <boost/math/constants/constants.hpp>
#include <boost/math/distributions/laplace.hpp>
#include "test_out_of_range.hpp"