#ifndef INFO_TEST_H_ #define INFO_TEST_H_ #include int infoTest1(); int infoTest2(); int infoTest3(); void performanceTest(); #endif