#include "ExtendedTest.h" #include "ShortTest.h" #include "Map.h" #include using namespace std; int main() { testAll(); testAllExtended(); cout << "That's all!" << endl; system("pause"); return 0; }