Added unit test library check.
This commit is contained in:
@@ -38,4 +38,5 @@ string_util_test_SOURCES = string_util_test.cc
|
||||
string_util_test_LDADD = libcxxmph.la
|
||||
|
||||
map_tester_test_SOURCES = map_tester.cc map_tester_test.cc
|
||||
map_tester_test_LDADD = $(CHECK_LIBS)
|
||||
|
||||
|
||||
5
cxxmph/string_util_test.cc
Normal file
5
cxxmph/string_util_test.cc
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "string_util.h"
|
||||
int main(int argc, char** argv) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user