Added test project
This commit is contained in:
+17965
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,9 @@
|
||||
#include "ModuleDataFormatter.h"
|
||||
#include "Catch2.h"
|
||||
|
||||
using namespace Leonetienne::GCrypt;
|
||||
|
||||
// Empty test
|
||||
TEST_CASE(__FILE__"", "[ModuleDataFormatter]") {
|
||||
}
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
#define CATCH_CONFIG_MAIN
|
||||
#include "Catch2.h"
|
||||
Reference in New Issue
Block a user