#ifndef _TESTS_H_
#define _TESTS_H_
#include "ActionsTest/ActionsTest.h"
enum
{
TEST_ACTIONS = 0,
TESTS_COUNT,
};
#endif