Modules/CommandLine/tests/Tests.hpp
2023-10-22 20:23:29 +03:00

8 lines
139 B
C++

#pragma once
#include "Allocators.hpp"
#include "CommandLine.hpp"
#include "Testing.hpp"
void testCommandLine();
void testInterpreter();