8 lines
139 B
C++
8 lines
139 B
C++
#pragma once
|
|
|
|
#include "Testing.hpp"
|
|
#include "Allocators.hpp"
|
|
#include "CommandLine.hpp"
|
|
|
|
void testCommandLine();
|
|
void testInterpreter();
|