Xuanwo commented on code in PR #3479:
URL: 
https://github.com/apache/incubator-opendal/pull/3479#discussion_r1382516789


##########
bindings/c/Makefile:
##########
@@ -46,9 +46,11 @@ test:
        $(CXX) tests/bdd.cpp -o $(OBJ_DIR)/bdd $(CXXFLAGS) $(LDFLAGS) $(LIBS)
        $(CXX) tests/list.cpp -o $(OBJ_DIR)/list $(CXXFLAGS) $(LDFLAGS) $(LIBS)
        $(CXX) tests/error_msg.cpp -o $(OBJ_DIR)/error_msg $(CXXFLAGS) 
$(LDFLAGS) $(LIBS)
+       $(CXX) tests/opinfo.cpp -o $(OBJ_DIR)/opinfo $(CXXFLAGS) $(LDFLAGS) 
$(LIBS)

Review Comment:
   Do we need a morden unit test framework for cpp? It doesn't feel to change 
our Makefile just for adding a new case.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to