Adds support to resources on the unit tests

This commit is contained in:
Felipe Zimmerle
2017-02-03 21:47:03 -03:00
committed by Felipe Zimmerle
parent b021c15e4b
commit 158ec7b2e1
3 changed files with 52 additions and 5 deletions

View File

@@ -33,12 +33,14 @@ class UnitTest {
std::string param;
std::string input;
std::string resource;
std::string name;
std::string type;
std::string filename;
std::string output;
int ret;
int obtained;
int skipped;
std::string obtainedOutput;
};