guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

DTRT wrt authorship info + using examples in "make check"


From: Thien-Thi Nguyen
Subject: DTRT wrt authorship info + using examples in "make check"
Date: Tue, 10 Jul 2001 13:57:21 -0700

i removed the face-lift comment and got carried away and started
removing authorship info.  now i'm having second thoughts, and in
consideration of how authorship is a highly motivational concept, will
reverse those particular edits.  my bad...

in other news, sounds like some recent changes broke some of the
examples.  probably it would be a good idea to add in each of the
example directories a line to the Makefile.am:

        TESTS = check.test

and then a simple script, e.g., examples/scripts/check.test:

        #!/bin/sh
    
        set -e
    
        guile -s hello > TMP
        echo "Hello, World!" | diff -u - TMP
        rm -f TMP

        [etc]

this way, top-level "make check" runs the examples, too.  this would be
exemplary methodology, as a bonus!  there's a small problem, though: the
examples rely on /usr/local/bin/guile being installed... hmmmm....

thi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]