CommandLine parser initial
This commit is contained in:
parent
6bca7431b7
commit
90998e2279
11 changed files with 592 additions and 22 deletions
7
CommandLine/tests/Tests.hpp
Normal file
7
CommandLine/tests/Tests.hpp
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "Testing.hpp"
|
||||
#include "Allocators.hpp"
|
||||
#include "CommandLine.hpp"
|
||||
|
||||
void testCommandLine();
|
||||
Loading…
Add table
Add a link
Reference in a new issue