Adds arguments for input and output files
Adds gitignore
This commit is contained in:
parent
a217ace469
commit
202801841d
36 changed files with 148 additions and 502 deletions
|
@ -1,4 +1,4 @@
|
|||
#include "../MacroDefinitions.h"
|
||||
#include "MacroDefinitions.h"
|
||||
|
||||
#include <catch2/catch_test_macros.hpp>
|
||||
|
||||
|
|
|
@ -12,3 +12,6 @@ target_link_libraries(tests PUBLIC md4c)
|
|||
target_link_libraries(tests PUBLIC md4c-html)
|
||||
|
||||
target_link_libraries(tests PRIVATE Catch2::Catch2WithMain)
|
||||
|
||||
target_include_directories(tests PUBLIC "${PROJECT_BINARY_DIR}")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue