Changeset 2233 in MondoRescue for branches/2.2.9/mondo/test/Makefile.am


Ignore:
Timestamp:
Jun 19, 2009, 6:04:17 PM (15 years ago)
Author:
Bruno Cornec
Message:

r3127@localhost: bruno | 2009-06-18 20:05:36 +0200
Adds a test progrm for truncate_to_drive_name function

File:
1 edited

Legend:

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

    r2209 r2233  
    22
    33## The program
    4 sbin_PROGRAMS         = mrtest_mountlist
     4sbin_PROGRAMS         = mrtest_mountlist mrtest_truncname
    55mrtest_mountlist_SOURCES  = test-mountlist.c ${top_builddir}/src/mondorestore/mondo-prep.c ${top_builddir}/src/mondorestore/mondo-rstr-newt.c ${top_builddir}/src/mondorestore/mondo-rstr-tools.c
    66mrtest_mountlist_LDADD    = ${top_builddir}/src/common/libmondo.a ${top_builddir}/src/lib/libmr.a @MONDORESTORE_STATIC@
     7mrtest_truncname_SOURCES  = test-truncname.c ${top_builddir}/src/common/libmondo-string.c
     8mrtest_truncname_LDADD    = ${top_builddir}/src/common/libmondo.a ${top_builddir}/src/lib/libmr.a @MONDORESTORE_STATIC@
Note: See TracChangeset for help on using the changeset viewer.