X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=test%2Fblackbox%2Fcommon%2Ftest_step.h;fp=test%2Fblackbox%2Fcommon%2Ftest_step.h;h=0000000000000000000000000000000000000000;hb=2d38bcd7378c1237d95e9465f2b0dab74453f456;hp=8ef6d760352a1cd4ef57c6366b4e7aa4c45edac6;hpb=196b0da2cb6b4973c4d92afecb0b481c560d36a5;p=meshlink-tiny diff --git a/test/blackbox/common/test_step.h b/test/blackbox/common/test_step.h deleted file mode 100644 index 8ef6d76..0000000 --- a/test/blackbox/common/test_step.h +++ /dev/null @@ -1,33 +0,0 @@ -/* - test_step.h -- Handlers for executing test steps during node simulation - Copyright (C) 2018 Guus Sliepen - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -*/ - -#ifndef TEST_STEP_H -#define TEST_STEP_H - -#include "../../../src/meshlink-tiny.h" - -meshlink_handle_t *execute_open(char *node_name, char *dev_class); -char *execute_invite(char *invitee, meshlink_submesh_t *submesh); -void execute_join(char *invite_url); -void execute_start(void); -void execute_stop(void); -void execute_close(void); -void execute_change_ip(void); - -#endif // TEST_STEP_H