aboutsummaryrefslogtreecommitdiff
path: root/tests/test-x2go-wrapper.cc
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-05-05 00:40:13 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-05-05 01:42:18 +0200
commita246de8bd1b37f1b9881b38036a736305e3e4052 (patch)
tree83df3c2ab9ee3d12c34424dddba0658a4b441b9a /tests/test-x2go-wrapper.cc
parent43e3871abcfa19cc8ccca9295d8a627ca19d96dc (diff)
downloadlibpam-x2go-a246de8bd1b37f1b9881b38036a736305e3e4052.tar.gz
libpam-x2go-a246de8bd1b37f1b9881b38036a736305e3e4052.tar.bz2
libpam-x2go-a246de8bd1b37f1b9881b38036a736305e3e4052.zip
unit tests: Fix them and reenable them.
Diffstat (limited to 'tests/test-x2go-wrapper.cc')
-rw-r--r--tests/test-x2go-wrapper.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test-x2go-wrapper.cc b/tests/test-x2go-wrapper.cc
index a792d3e..f514f0f 100644
--- a/tests/test-x2go-wrapper.cc
+++ b/tests/test-x2go-wrapper.cc
@@ -13,10 +13,11 @@ extern "C" {
#include "mock_pam.h"
#include "mock_guest.h"
+#include "pam-x2go-private.h"
int x2goclient_wrapper (int argc, char * argv[]);
-const char * auth_check_path = AUTH_CHECK;
+ const char * auth_check_path = AUTH_CHECK;
}