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

Remove test-only stuff that is not necessary anymore.

Env reads environment variables from the list it receives
from main(), so I can also pass it a forged list now
without needing extra classes with sometimes-virtual methods
or other cruft.
This commit is contained in:
King_DuckZ 2017-05-15 09:18:11 +01:00
commit 7fc7e2fba8
6 changed files with 39 additions and 218 deletions

View file

@ -10,7 +10,6 @@ set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_DEBUG} -Wall -Wpedantic -Wconversion
add_executable(${PROJECT_NAME}
check.cpp
fake_cgi_env.cpp
test_ini_file.cpp
test_settings_bag.cpp
test_index_response.cpp