Modules/CommandLine/tests/Tests.hpp
2024-11-24 22:41:08 +03:00

8 lines
139 B
C++

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