diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-05-02 23:51:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-05-02 23:51:31 +0300 |
commit | 9ffe81e93fe8561d01a4985e565d2f9664431338 (patch) | |
tree | 979bc0cf600b65740a4617437c710ccfdd571f96 /src/Makefile.am | |
parent | 8ac0a5e98e319fb1d54f05c074ad36dc9dba5eb7 (diff) | |
download | plus-9ffe81e93fe8561d01a4985e565d2f9664431338.tar.gz plus-9ffe81e93fe8561d01a4985e565d2f9664431338.tar.bz2 plus-9ffe81e93fe8561d01a4985e565d2f9664431338.tar.xz plus-9ffe81e93fe8561d01a4985e565d2f9664431338.zip |
Add test for checkutils.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 68c8294d1..4051ac3a0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1777,6 +1777,7 @@ endif manaplustests_SOURCES = ${manaplus_SOURCES} \ enums/enums_unittest.cc \ + utils/checkutils_unittest.cc \ utils/xml_unittest.cc \ utils/timer_unittest.cc \ utils/xmlutils_unittest.cc \ |