bug-gnulib
[Top][All Lists]
Advanced

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

why don't Gnulib tests run for me?


From: Ben Pfaff
Subject: why don't Gnulib tests run for me?
Date: Thu, 14 Dec 2006 17:31:46 -0800
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

I finally got back to working on the proposed <math.h> module and
I'm trying to figure how tests in Gnulib work.  In particular,
I'm confused that when I use "gnulib-tool --test <module>", the
tests for the module don't actually seem to run.

This seems to be because the Makefile.am module specification is
not getting propagated to any actual Makefile.am.  For example,
for me, when I run the following:
        ./gnulib-tool --create-testdir --dir=foo arcfour-tests
        grep -r TESTS foo
I get null output, even though the arcfour-tests module contains
the following:
        Makefile.am:
        TESTS += test-arcfour$(EXEEXT)
        check_PROGRAMS += test-arcfour

Any idea what I'm doing wrong?
-- 
Ben Pfaff 
email: address@hidden
web: http://benpfaff.org





reply via email to

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