Skip to content

Commit c8b74d4

Browse files
committed
Integration tests moved to sub-directory.
1 parent f51e05e commit c8b74d4

File tree

174 files changed

+5
-13087
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

174 files changed

+5
-13087
lines changed

.githooks/pre-commit

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ PATTERNS['src/external/rawspeed']="use --no-verify to change rawspeed";
88
PATTERNS['src/external/OpenCL']="use --no-verify to change OpenCL";
99
PATTERNS['src/external/libxcf']="use --no-verify to change libxcf";
1010
PATTERNS['src/external/whereami']="use --no-verify to change whereami";
11+
PATTERNS['src/tests/integration']="use --no-verify to change integration";
1112

1213
# Loop over staged files and check for any specific pattern listed in
1314
# PATTERNS keys.

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@
1111
[submodule "src/external/whereami"]
1212
path = src/external/whereami
1313
url = https://github.com/gpakosz/whereami
14+
[submodule "src/tests/integration"]
15+
path = src/tests/integration
16+
url = https://github.com/darktable-org/darktable-tests.git

src/tests/integration

Submodule integration added at 92d7f39
-5.08 MB
Binary file not shown.

src/tests/integration/0000-nop/nop.xmp

-121
This file was deleted.
-5.43 MB
Binary file not shown.

src/tests/integration/0001-exposure/exposure.xmp

-131
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)