From f67ef3d30288e04a69d2a10a74f9eba6e9421e47 Mon Sep 17 00:00:00 2001
From: ijones <ijones@syntaxpolice.org>
Date: Wed, 17 Nov 2004 03:19:39 +0000
Subject: [PATCH] added test case for subdirs in c source files

---
 test/A/Setup.description | 2 +-
 test/A/c_src/hello.c     | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
 create mode 100644 test/A/c_src/hello.c

diff --git a/test/A/Setup.description b/test/A/Setup.description
index 79d8fbe80e..f51e60d221 100644
--- a/test/A/Setup.description
+++ b/test/A/Setup.description
@@ -2,7 +2,7 @@ Name: test
 Version: 1.0
 Modules: A, B.A, C
 Exposed-Modules: A
-C-Sources: hello.c
+C-Sources: hello.c, c_src/hello.c
 Extensions: ForeignFunctionInterface
 
 Executable: testA
diff --git a/test/A/c_src/hello.c b/test/A/c_src/hello.c
new file mode 100644
index 0000000000..2ae1c276eb
--- /dev/null
+++ b/test/A/c_src/hello.c
@@ -0,0 +1 @@
+int foo () {return 9;}
-- 
GitLab