1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-10-06 15:09:59 +00:00

Add test for SubmitPasteResponse.

This commit is contained in:
King_DuckZ 2017-06-06 00:56:01 +01:00
commit f94cc9409b
6 changed files with 305 additions and 1 deletions

View file

@ -9,6 +9,8 @@ set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_DEBUG} -Wall -Wpedantic -Wconversion
add_executable(${PROJECT_NAME}
check.cpp
test_index_response.cpp
test_submit_pastie.cpp
fake_storage.cpp
)
target_include_directories(${PROJECT_NAME}