mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-14 15:05:37 +02:00
Fixed iterator test case.
This commit is contained in:

committed by
Takatoshi Kondo

parent
327b0db626
commit
97886c50e7
@@ -29,13 +29,13 @@ LIST (APPEND check_PROGRAMS
|
||||
msgpack_c.cpp
|
||||
reference.cpp
|
||||
limit.cpp
|
||||
iterator.cpp
|
||||
)
|
||||
|
||||
IF (MSGPACK_CXX11)
|
||||
LIST (APPEND check_PROGRAMS
|
||||
msgpack_cpp11.cpp
|
||||
reference_cpp11.cpp
|
||||
iterator_cpp11.cpp
|
||||
)
|
||||
ENDIF ()
|
||||
|
||||
|
@@ -26,7 +26,7 @@ check_PROGRAMS = \
|
||||
reference_cpp11 \
|
||||
reference \
|
||||
limit \
|
||||
iterator
|
||||
iterator_cpp11
|
||||
|
||||
TESTS = $(check_PROGRAMS)
|
||||
|
||||
@@ -77,6 +77,6 @@ reference_cpp11_SOURCES = reference_cpp11.cpp
|
||||
|
||||
limit_SOURCES = limit.cpp
|
||||
|
||||
iterator_SOURCES = iterator.cpp
|
||||
iterator_cpp11_SOURCES = iterator_cpp11.cpp
|
||||
|
||||
EXTRA_DIST = cases.mpac cases_compact.mpac
|
||||
|
Reference in New Issue
Block a user