Add testEval

This commit is contained in:
fbraem
2015-11-17 20:12:41 +01:00
parent 7857e156c1
commit f7bb5d319f
2 changed files with 37 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ public:
void testDecr();
void testEcho();
void testError();
void testEval();
void testIncr();
void testIncrBy();
void testLIndex();