Skip to content

Commit 241d85e

Browse files
committed
Update FILELIST.
修改: FILELIST 修改: tests/tests.cmake 重命名: tests/uniq-u.c -> tests/uniq-u.cpp
1 parent 66f6b1c commit 241d85e

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

FILELIST

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -291,11 +291,7 @@ tests/cmp.cpp
291291
tests/check-stateless
292292
tests/tests.cmake
293293
tests/uniq-u.cpp
294-
tests/check-stateful.bat
295294
tests/reiconv-test.cpp
296-
tests/Makefile.in
297-
tests/check-ebcdic
298-
tests/check-stateless.bat
299295
tests/table-to.cpp
300296
tests/check-stateful
301297
tests/genutf8.cpp
@@ -544,7 +540,6 @@ tests/data/GB18030-2022-BMP.TXT
544540
tests/data/IBM-1158.TXT
545541
tests/data/BIG5-2003.IRREVERSIBLE.TXT
546542
tests/test-shiftseq.cpp
547-
tests/check-tag
548543
tests/test-to-wchar.cpp
549544
tests/gengb18030z.cpp
550545
COPYING

tests/tests.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if (ENABLE_TEST)
2121
add_executable(test-shiftseq "${srcdir}/tests/test-shiftseq.cpp")
2222
add_executable(genutf8 "${srcdir}/tests/genutf8.cpp")
2323
add_executable(gengb18030z "${srcdir}/tests/gengb18030z.cpp")
24-
add_executable(uniq-u "${srcdir}/tests/uniq-u.c")
24+
add_executable(uniq-u "${srcdir}/tests/uniq-u.cpp")
2525

2626
target_link_libraries(table-from libcppp-reiconv.shared)
2727
target_link_libraries(table-to libcppp-reiconv.shared)
File renamed without changes.

0 commit comments

Comments
 (0)