refresh struct
This commit is contained in:
11
tests/main.cpp
Normal file
11
tests/main.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include <array>
|
||||
|
||||
#include "hack/exception/exception.hpp"
|
||||
|
||||
auto main(int argc, char *argv[]) -> int
|
||||
{
|
||||
hack::exception ex;
|
||||
ex.level("test_leve");
|
||||
}
|
||||
|
||||
|
||||
7
tests/meson.build
Executable file
7
tests/meson.build
Executable file
@@ -0,0 +1,7 @@
|
||||
executable(
|
||||
meson.project_name(),
|
||||
'main.cpp',
|
||||
dependencies : deps,
|
||||
cpp_args: args,
|
||||
include_directories : inc
|
||||
)
|
||||
Reference in New Issue
Block a user