Changeset 3879 in MondoRescue for branches/3.3/mondo/test


Ignore:
Timestamp:
Mar 9, 2024, 3:10:04 AM (4 months ago)
Author:
Bruno Cornec
Message:

Fix all remaining compiler errors

Location:
branches/3.3/mondo/test
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mondo/test/Makefile.am

    r3614 r3879  
    1 AM_CPPFLAGS = -DMONDO_CONF_DIR=\"$(sysconfdir)/mondo\" -I${top_builddir}/src/include -I${top_builddir}/src/common
     1AM_CPPFLAGS = -DMONDO_CONF_DIR=\"$(sysconfdir)/mondo\" -I${top_builddir}/src/include -I${top_builddir}/src/common -I${top_builddir}/src/mondoarchive -I${top_builddir}/src/mondorestore
    22AUTOMAKE_OPTIONS = subdir-objects
    33
  • branches/3.3/mondo/test/test-mountlist.c

    r3825 r3879  
    88#include "my-stuff.h"
    99#include "mr_mem.h"
    10 #include "../common/mondostructures.h"
    11 #include "../common/libmondo.h"
    12 #include "../mondorestore/mondorestore.h"
    13 #include "../mondorestore/mr-externs.h"
    14 #include "../mondorestore/libmondo-mountlist-EXT.h"
    15 
     10#include "mondostructures.h"
     11#include "mondorestore.h"
     12#include "libmondo-mountlist-EXT.h"
     13#include "libmondo-raid-EXT.h"
     14#include "libmondo-tools-EXT.h"
     15#include "newt-specific-EXT.h"
     16extern void resize_mountlist_proportionately_to_suit_new_drives(struct mountlist_itself *);
     17extern int edit_mountlist(char *, struct mountlist_itself *, struct raidlist_itself *);
    1618
    1719#define RAIDTAB_TEST "/tmp/raidtab"
  • branches/3.3/mondo/test/test-truncname.c

    r3819 r3879  
    88#include "my-stuff.h"
    99#include "mr_mem.h"
    10 #include "../common/mondostructures.h"
    11 #include "../common/libmondo.h"
    12 #include "../mondoarchive/mondoarchive.h"
     10#include "mondostructures.h"
     11#include "mondoarchive.h"
     12#include "libmondo-tools-EXT.h"
     13#include "newt-specific-EXT.h"
    1314
    1415extern void twenty_seconds_til_yikes(void);
Note: See TracChangeset for help on using the changeset viewer.