From a246de8bd1b37f1b9881b38036a736305e3e4052 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 5 May 2018 00:40:13 +0200 Subject: unit tests: Fix them and reenable them. --- tests/test-x2go-wrapper.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/test-x2go-wrapper.cc') 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; } -- cgit v1.2.3