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
+1
View File
@@ -15,6 +15,7 @@ SET(tests_headers
ipc_mutex_test.h
memory_mapped_file_test.h
string_util_test.h
skills_util_test.h
)
ADD_EXECUTABLE(tests ${tests_sources} ${tests_headers})