Skip to content

Commit

Permalink
Integration tests moved to sub-directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
TurboGit committed Jan 15, 2021
1 parent f51e05e commit c8b74d4
Show file tree
Hide file tree
Showing 174 changed files with 5 additions and 13,087 deletions.
1 change: 1 addition & 0 deletions .githooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ PATTERNS['src/external/rawspeed']="use --no-verify to change rawspeed";
PATTERNS['src/external/OpenCL']="use --no-verify to change OpenCL";
PATTERNS['src/external/libxcf']="use --no-verify to change libxcf";
PATTERNS['src/external/whereami']="use --no-verify to change whereami";
PATTERNS['src/tests/integration']="use --no-verify to change integration";

# Loop over staged files and check for any specific pattern listed in
# PATTERNS keys.
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@
[submodule "src/external/whereami"]
path = src/external/whereami
url = https://github.com/gpakosz/whereami
[submodule "src/tests/integration"]
path = src/tests/integration
url = https://github.com/darktable-org/darktable-tests.git
1 change: 1 addition & 0 deletions src/tests/integration
Submodule integration added at 92d7f3
Binary file removed src/tests/integration/0000-nop/expected.png
Binary file not shown.
121 changes: 0 additions & 121 deletions src/tests/integration/0000-nop/nop.xmp

This file was deleted.

Binary file removed src/tests/integration/0001-exposure/expected.png
Binary file not shown.
131 changes: 0 additions & 131 deletions src/tests/integration/0001-exposure/exposure.xmp

This file was deleted.

Binary file not shown.
Loading

0 comments on commit c8b74d4

Please sign in to comment.