Skip to content
Snippets Groups Projects
Commit f67ef3d3 authored by Isaac Potoczny-Jones's avatar Isaac Potoczny-Jones
Browse files

added test case for subdirs in c source files

parent df7fc576
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
int foo () {return 9;}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment