[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Attempting to unit test
From: |
Tim Heath |
Subject: |
Attempting to unit test |
Date: |
Thu, 16 Nov 2000 12:56:18 -0700 |
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
- Attempting to unit test,
Tim Heath <=