Changeset 561 in MondoRescue for trunk/mondo/mondo/test/mktest


Ignore:
Timestamp:
May 20, 2006, 5:51:21 PM (18 years ago)
Author:
bcornec
Message:

merge -r 542:560 $SVN_M/branches/stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/test/mktest

    r532 r561  
    55# test script for library functions
    66#
    7     gcc -O2 -I../common test-conf.c ../common/libmondo-conf.c ../common/libmondo-msg.c -o test-conf
     7
     8gcc -O2 -I../common test-conf.c ../common/libmondo-conf.c ../common/libmondo-msg.c -o test-conf
     9gcc -O2 -I../common test-string.c ../common/libmondo-string.c ../common/libmondo-msg.c -o test-string
     10
    811for f in "test-conf"; do
    912    chmod 755 $f
Note: See TracChangeset for help on using the changeset viewer.