tests: add initial unit test env
This commit is contained in:
8
tests/maa_test.cxx
Normal file
8
tests/maa_test.cxx
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "maa.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
using namespace maa;
|
||||
|
||||
TEST (basic, GetVersion) {
|
||||
ASSERT_EQ(get_version(), 1);
|
||||
}
|
||||
Reference in New Issue
Block a user