16 lines
No EOL
262 B
C++
16 lines
No EOL
262 B
C++
#ifndef H_Test
|
|
#define H_Test
|
|
|
|
#include <iostream>
|
|
#include <TreeNodeDiskUsage.hpp>
|
|
#include <Display.hpp>
|
|
#include <AnsiTerminal.hpp>
|
|
#include <EventManager.hpp>
|
|
|
|
using std::cout;
|
|
using std::cerr;
|
|
using std::endl;
|
|
|
|
void runTests(int argc, char *argv[]);
|
|
|
|
#endif |