You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CBLib/include/cb/test/test.h

20 lines
302 B
C++

#ifndef GODOT_HUB_MAP_TEST_H
#define GODOT_HUB_MAP_TEST_H
#include <cstdint>
#include <cassert>
#include <string_view>
#include <string>
#include <map>
#include <iostream>
#include <chrono>
namespace test {
#define assertm(exp, msg) = assert(((void)msg, exp))
}
#endif //GODOT_HUB_MAP_TEST_H