save before closing pc
This commit is contained in:
@@ -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() {}
|
||||
|
||||
Reference in New Issue
Block a user