diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2016-03-02 22:44:04 +0100 |
---|---|---|
committer | Ronny Chevalier <chevalier.ronny@gmail.com> | 2016-03-03 18:46:58 +0100 |
commit | 134714368eed920d5bd814da02b651b77c8fa73e (patch) | |
tree | 63a243637ae014638a23112442115fc8f980e067 /Makefile.am | |
parent | 9f0cd100d0dbc7c9b55e99bacb4034402a60b389 (diff) |
tests: move hexdecoct tests to test-hexdecoct.c
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 0f17bad8b1..ab46b3f376 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1426,6 +1426,7 @@ tests += \ test-utf8 \ test-ellipsize \ test-util \ + test-hexdecoct \ test-string-util \ test-extract-word \ test-parse-util \ @@ -1755,6 +1756,12 @@ test_util_SOURCES = \ test_util_LDADD = \ libshared.la +test_hexdecoct_SOURCES = \ + src/test/test-hexdecoct.c + +test_hexdecoct_LDADD = \ + libbasic.la + test_string_util_SOURCES = \ src/test/test-string-util.c |