Don't show bisect branches in 'vng branch'
[vng.git] / tests / parsediff / parsediff.pro
bloba461ae0b9e9ed60d1713967d09b5a22d1d753576
1 include (../tests.pri)
3 HEADERS += TestParseDiff.h \
4 patches/Commit.h \
5 patches/Branch.h \
6 hunks/ChangeSet.h \
7 hunks/File.h \
8 hunks/Hunk.h \
9 GitRunner.h \
10 Vng.h \
11 Logger.h \
12 Logger_p.h \
13 Configuration.h \
14 TrackedBranch.h \
15 RemoteRepo.h \
18 SOURCES += TestParseDiff.cpp \
19 patches/Commit.cpp \
20 patches/Branch.cpp \
21 hunks/ChangeSet.cpp \
22 hunks/File.cpp \
23 hunks/Hunk.cpp \
24 Vng.cpp \
25 GitRunner.cpp \
26 Logger.cpp \
27 Configuration.cpp \
28 TrackedBranch.cpp \
29 RemoteRepo.cpp \