Files @ 2e508b97c36f
Branch filter:

Location: libtransport.git/tests/libtransport/main.h

Jan Kaluza
Slack: get_oauth2_url now stores uin/password in the state data and use them when registering the user - this makes the registration easier from web interface side
1
2
3
4
5
6
#ifndef TESTS_MAIN_H
#define TESTS_MAIN_H
#include <cppunit/TestFixture.h>
#include <cppunit/extensions/HelperMacros.h>

#endif