save before closing pc

This commit is contained in:
hugogogo
2022-06-04 10:57:57 +02:00
parent 556807669e
commit a4550a9bb9
3 changed files with 36 additions and 31 deletions

View File

@@ -1,6 +1,7 @@
#ifndef TESTS_H
# define TESTS_H
#include "colors.h"
#include <vector>
#include <string>
@@ -17,6 +18,8 @@
test_list.push_back(test);\
}
# define TITLE(s) std::cout << "\n" B_PURPLE #s RESET "\n\n";
struct test_base {
std::string title;
virtual void func() {}