Skip to content

Commit d5f970c

Browse files
committed
Adding the current directory to the search path, in case users put their code in the main Unfit directory
1 parent 7b70dfd commit d5f970c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

TestUnfit.cbp

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
<Add directory="include" />
3737
<Add directory="examples" />
3838
<Add directory="unittests" />
39+
<Add directory="./" />
3940
</Compiler>
4041
<Linker>
4142
<Add option="--coverage" />

Unfit.cbp

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<Add option="--coverage" />
3434
<Add directory="include" />
3535
<Add directory="examples" />
36+
<Add directory="./" />
3637
</Compiler>
3738
<Linker>
3839
<Add option="--coverage" />

0 commit comments

Comments
 (0)