Fix problems with check 0.15.2 (F36)

This commit is contained in:
matt335672 2022-01-19 11:08:13 +00:00
parent e528a1f452
commit 3146e624c4
5 changed files with 10 additions and 5 deletions

View File

@ -4,9 +4,10 @@
#endif
#include <stdlib.h>
#include "test_common.h"
#include "os_calls.h"
#include "test_common.h"
#ifndef TOP_SRCDIR
#define TOP_SRCDIR "."
#endif

View File

@ -3,9 +3,10 @@
#include "config_ac.h"
#endif
#include "test_common.h"
#include "string_calls.h"
#include "test_common.h"
#define RESULT_LEN 1024
START_TEST(test_strnjoin__when_src_is_null__returns_empty_string)

View File

@ -2,10 +2,11 @@
#include "config_ac.h"
#endif
#include "test_libxrdp.h"
#include "libxrdp.h"
#include "os_calls.h"
#include "test_libxrdp.h"
struct xrdp_sec *sec_layer;
struct xrdp_rdp *rdp_layer;
struct xrdp_session *session;

View File

@ -2,9 +2,10 @@
#include "config_ac.h"
#endif
#include "test_xrdp.h"
#include "xrdp.h"
#include "test_xrdp.h"
/* Where the image files are located */
#ifndef IMAGEDIR
#define IMAGEDIR "."

View File

@ -33,9 +33,10 @@
#include "log.h"
#include "os_calls.h"
#include "test_xrdp.h"
#include <stdlib.h>
#include "test_xrdp.h"
int main (void)
{
int number_failed;