Skip to content

Commit

Permalink
Fix to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainhalle committed Aug 26, 2021
1 parent bc2cfb2 commit 1540b0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
**/lib/
**/dep/
**/tests/
**/bin/
**/bintest/

# JARs
*.jar
Expand Down
2 changes: 1 addition & 1 deletion Source/Core/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

<test>
<srcdir>srctest</srcdir>
<bindir>bin</bindir>
<bindir>bintest</bindir>
<depdir>dep</depdir>
<libdir>lib</libdir>
<!-- The filename pattern to recognize test files -->
Expand Down

0 comments on commit 1540b0d

Please sign in to comment.