Tools and libraries to glue C/C++ APIs to high-level languages
 
 
 
 
 

10 lines
146 B

using System;
using EmptyTest;
using CppSharp.Utils;
using NUnit.Framework;
[TestFixture]
public class EmptyTests : GeneratorTestFixture
{
}