ENH: Adding test for source files and header files with the same base name in the same target.

This commit is contained in:
Brad King
2006-08-01 10:49:15 -04:00
parent 8dda3a2f6e
commit 1973efbab2
12 changed files with 33 additions and 6 deletions
@@ -0,0 +1,2 @@
// This header should not be compiled directly but through inclusion in A.cxx
#include "A.h"