// @todo(VB) files test.hpp and test.cpp should be generated with a script based on tests_list.sh file or *.pro files #pragma once struct android_app; namespace integration_tests { void test(android_app * state); }