diff options
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 ab46b3f376..4f058d55ce 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1427,6 +1427,7 @@ tests += \ test-ellipsize \ test-util \ test-hexdecoct \ + test-escape \ test-string-util \ test-extract-word \ test-parse-util \ @@ -1762,6 +1763,12 @@ test_hexdecoct_SOURCES = \ test_hexdecoct_LDADD = \ libbasic.la +test_escape_SOURCES = \ + src/test/test-escape.c + +test_escape_LDADD = \ + libbasic.la + test_string_util_SOURCES = \ src/test/test-string-util.c |