Skip to content

Commit

Permalink
TESTS: Add unit tests for UString
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Jan 1, 2017
1 parent 8c45ac2 commit a71440c
Show file tree
Hide file tree
Showing 2 changed files with 561 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/common/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,8 @@ check_PROGRAMS += tests/common/test_ptrmap
tests_common_test_ptrmap_SOURCES = tests/common/ptrmap.cpp
tests_common_test_ptrmap_LDADD = $(common_LIBS)
tests_common_test_ptrmap_CXXFLAGS = $(test_CXXFLAGS)

check_PROGRAMS += tests/common/test_ustring
tests_common_test_ustring_SOURCES = tests/common/ustring.cpp
tests_common_test_ustring_LDADD = $(common_LIBS)
tests_common_test_ustring_CXXFLAGS = $(test_CXXFLAGS)

0 comments on commit a71440c

Please sign in to comment.