I have added the following lines to a Makefile.am: check_PROGRAMS = test_program test_program_SOURCES = test.C When I execute automake -i (v1.4) the ./configure it generates the line: test_program_SOURCES = test_program.c in the Makefile. What happened to test.C? Thanks, Tim Heath
- Re: Attempting to unit test Tim Heath
- Re: Attempting to unit test Pavel Roskin
- Re: Attempting to unit test Tom Tromey
- Re: Attempting to unit test Marc van Woerkom
- Re: Attempting to unit test Pavel Roskin
- Re: Attempting to unit test Tom Tromey