pairinteraction
A Rydberg Interaction Calculator
run_unit_tests.hpp
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2024 Pairinteraction Developers
2// SPDX-License-Identifier: LGPL-3.0-or-later
3
4#pragma once
5
6#include <filesystem>
7
8namespace pairinteraction {
9int run_unit_tests(int argc = 0, char **argv = {}, bool download_missing = false,
10 bool use_cache = true, std::filesystem::path database_dir = "");
11} // namespace pairinteraction
int run_unit_tests(int argc=0, char **argv={}, bool download_missing=false, bool use_cache=true, std::filesystem::path database_dir="")