You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
//
|
|
// Created by MightyPork on 2017/11/25.
|
|
//
|
|
// Testing unit that uses most of the protocol to verify the core functionality
|
|
//
|
|
|
|
#ifndef U_TEST_H
|
|
#define U_TEST_H
|
|
|
|
#include "unit.h"
|
|
|
|
extern const UnitDriver UNIT_TEST;
|
|
|
|
#endif //U_TEST_H
|
|
|