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