mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-08 15:38:19 +01:00
commit
66fa4a0b54
31 changed files with 974 additions and 0 deletions
12
externals/mp/tests/all_tests.cpp
vendored
Normal file
12
externals/mp/tests/all_tests.cpp
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
/* This file is part of the mp project.
|
||||
* Copyright (c) 2020 MerryMage
|
||||
* SPDX-License-Identifier: 0BSD
|
||||
*/
|
||||
|
||||
#include "metavalue_tests.h"
|
||||
#include "traits_tests.h"
|
||||
#include "typelist_tests.h"
|
||||
|
||||
int main() {
|
||||
return 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue