Skip to content

Commit 1347143

Browse files
tests: move hexdecoct tests to test-hexdecoct.c
1 parent 9f0cd10 commit 1347143

File tree

4 files changed

+395
-360
lines changed

4 files changed

+395
-360
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@
189189
/test-firewall-util
190190
/test-fstab-util
191191
/test-hashmap
192+
/test-hexdecoct
192193
/test-hostname
193194
/test-hostname-util
194195
/test-id128

Makefile.am

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,6 +1426,7 @@ tests += \
14261426
test-utf8 \
14271427
test-ellipsize \
14281428
test-util \
1429+
test-hexdecoct \
14291430
test-string-util \
14301431
test-extract-word \
14311432
test-parse-util \
@@ -1755,6 +1756,12 @@ test_util_SOURCES = \
17551756
test_util_LDADD = \
17561757
libshared.la
17571758

1759+
test_hexdecoct_SOURCES = \
1760+
src/test/test-hexdecoct.c
1761+
1762+
test_hexdecoct_LDADD = \
1763+
libbasic.la
1764+
17581765
test_string_util_SOURCES = \
17591766
src/test/test-string-util.c
17601767

0 commit comments

Comments
 (0)