>>>>> "Stephen" == Stephen Torri <[EMAIL PROTECTED]> writes:

Stephen> TESTS = test_Foo
Stephen> test_Foo_SOURCES = test_Foo.cpp

As you discovered, you have to list test_Foo in a _PROGRAMS variable.
I suggest check_PROGRAMS, as this is what `check' is made for.

An entry in TESTS doesn't suffice; these aren't assumed to
necessarily be compiled/linked programs.

I suppose it almost works due to implicit rules in your `make'.

Tom


Reply via email to