mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-08 04:08:32 +09:00
[Test] (MG_Test/Program): add Sanity test
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// Created by Swung 0x48 on 2025/7/17.
|
||||
//
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "Includes.h"
|
||||
|
||||
using namespace MobileGL;
|
||||
|
||||
class ProgramTest : public ::testing::Test {
|
||||
protected:
|
||||
};
|
||||
|
||||
TEST_F(ProgramTest, Sanity) {
|
||||
ASSERT_TRUE(true);
|
||||
}
|
||||
Reference in New Issue
Block a user