Add tests for skills utilities

This commit is contained in:
Michael Cook (mackal)
2014-09-25 21:35:17 -04:00
parent 723e5d536a
commit 61b784e96e
3 changed files with 45 additions and 0 deletions
+2
View File
@@ -28,6 +28,7 @@
#include "hextoi_32_64_test.h"
#include "string_util_test.h"
#include "data_verification_test.h"
#include "skills_util_test.h"
int main() {
try {
@@ -42,6 +43,7 @@ int main() {
tests.add(new hextoi_32_64_Test());
tests.add(new StringUtilTest());
tests.add(new DataVerificationTest());
tests.add(new SkillsUtilsTest());
tests.run(*output, true);
} catch(...) {
return -1;