File tree Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -291,11 +291,7 @@ tests/cmp.cpp
291291tests/check-stateless
292292tests/tests.cmake
293293tests/uniq-u.cpp
294- tests/check-stateful.bat
295294tests/reiconv-test.cpp
296- tests/Makefile.in
297- tests/check-ebcdic
298- tests/check-stateless.bat
299295tests/table-to.cpp
300296tests/check-stateful
301297tests/genutf8.cpp
@@ -544,7 +540,6 @@ tests/data/GB18030-2022-BMP.TXT
544540tests/data/IBM-1158.TXT
545541tests/data/BIG5-2003.IRREVERSIBLE.TXT
546542tests/test-shiftseq.cpp
547- tests/check-tag
548543tests/test-to-wchar.cpp
549544tests/gengb18030z.cpp
550545COPYING
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments