Browse Source

Test: add - test_session_init.cc

Release_2.1 v2.1.23
heck 3 years ago
parent
commit
c31f44447e
  1. 22
      test/test_session_init.cc

22
test/test_session_init.cc

@ -0,0 +1,22 @@
// This file is under GNU General Public License 3.0
// see LICENSE.txt
#include <iostream>
#include <assert.h>
#include <unistd.h>
#include <sys/param.h>
#include <pEpLog.hh>
#include <Adapter.hh>
using namespace std;
using namespace pEp;
int main(int argc, char **argv)
{
// ::PEP_SESSION session_;
// ::PEP_STATUS status = ::init(&session_, NULL, NULL, NULL);
Adapter::session();
return 0;
}
Loading…
Cancel
Save