AsmGrader 0.0.0
|
#include <asmgrader/api/assignment.hpp>
#include <asmgrader/api/test_base.hpp>
#include <asmgrader/api/test_context.hpp>
#include <asmgrader/common/macros.hpp>
#include <asmgrader/grading_session.hpp>
#include <asmgrader/logging.hpp>
#include <asmgrader/registrars/auto_registrars.hpp>
Go to the source code of this file.
Macros | |
#define | ASSIGNMENT(cpp_identifier, name, executable) |
#define | TEST_IMPL(ident, name, ...) |
#define | TEST(name, ...) |
#define | PROF_ONLY_TEST(name, ...) |
#define | REQUIRE(condition, ...) |
#define | REQUIRE_EQ(lhs, rhs, ...) |
#define | FILE_METADATA(...) |
#define ASSIGNMENT | ( | cpp_identifier, | |
name, | |||
executable ) |
#define FILE_METADATA | ( | ... | ) |
#define PROF_ONLY_TEST | ( | name, | |
... ) |
#define REQUIRE | ( | condition, | |
... ) |
#define REQUIRE_EQ | ( | lhs, | |
rhs, | |||
... ) |
#define TEST | ( | name, | |
... ) |
#define TEST_IMPL | ( | ident, | |
name, | |||
... ) |