Squashed commit of the following:
commit
7afaec39eaa458acab547b35b83280667be435e4
Author: davis mcpherson <davis.mcpherson@gmail.com>
Date: Tue May 2 12:37:57 2017 -0400
add new appid unit tests to the cmake build, fix missing lib reference to sfip
-add_library(appid_test_depends_on_lib ../appid_stats_counter.cc)
+add_library(appid_test_depends_on_lib ../appid_stats_counter.cc ../../../sfip/sf_ip.cc)
add_cpputest(appid_http_event_test appid_test_depends_on_lib)
+add_cpputest(appid_api_test appid_test_depends_on_lib)
+add_cpputest(app_info_table_test appid_test_depends_on_lib)
+add_cpputest(appid_detector_test appid_test_depends_on_lib)
include_directories ( appid PRIVATE ${APPID_INCLUDE_DIR} )