Skip to content

Commit

Permalink
Uncomment messages interop test (#354)
Browse files Browse the repository at this point in the history
* Uncomment messages interop test

* Add testing of the random-commits test vector
  • Loading branch information
bifurcation authored Aug 1, 2023
1 parent 53bb7ea commit 06a3df6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/interop/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ interop-test: ${BUILD_DIR}/${APP_NAME}
./${BUILD_DIR}/${APP_NAME} -ver 9 <${TEST_VECTOR_DIR}/welcome.json
./${BUILD_DIR}/${APP_NAME} -ver 10 <${TEST_VECTOR_DIR}/tree-operations.json
./${BUILD_DIR}/${APP_NAME} -ver 11 <${TEST_VECTOR_DIR}/treekem.json
# TODO(RLB) Uncomment once the messages test vectors are fixed
#./${BUILD_DIR}/${APP_NAME} -ver 12 <${TEST_VECTOR_DIR}/messages.json
./${BUILD_DIR}/${APP_NAME} -ver 12 <${TEST_VECTOR_DIR}/messages.json
./${BUILD_DIR}/${APP_NAME} -ver 13 <${TEST_VECTOR_DIR}/passive-client-welcome.json
./${BUILD_DIR}/${APP_NAME} -ver 13 <${TEST_VECTOR_DIR}/passive-client-handling-commit.json
./${BUILD_DIR}/${APP_NAME} -ver 13 <${TEST_VECTOR_DIR}/passive-client-random.json

format:
clang-format -i -style=Mozilla src/*.cpp src/*.h
Expand Down

0 comments on commit 06a3df6

Please sign in to comment.