#include "zlasdtest/test.hpp" #include "zmytest/test.hpp" #include "bst/bst.hpp" /* ************************************************************************** */ #include using namespace lasd; /* ************************************************************************** */ int main() { std::cout << "Lasd Libraries 2020" << std::endl; lasdtest(); // To call in the menu of your library test! return 0; }