Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1,412
Issues
1,412
List
Boards
Labels
Milestones
Merge Requests
49
Merge Requests
49
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
3d975198
Commit
3d975198
authored
Feb 06, 2018
by
Mathieu Giraud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
algo/tests/Makefile: make should_germline
Testing things in germlines (purposedly without md5). See
#3036
.
parent
7675f014
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
algo/tests/Makefile
algo/tests/Makefile
+5
-0
No files found.
algo/tests/Makefile
View file @
3d975198
...
...
@@ -8,6 +8,8 @@ EXEC=$(SRC:.cpp=)
OBJ
=
$(SRC:.cpp=.o)
OTHER_SRC
=
$(
wildcard
unit-tests/
*
.cpp
)
LIB
=
../core/vidjil.a ../lib/lib.a
SHOULD_GERMLINE
=
$(
wildcard
should-get-tests/10-germlines-
*
.should-get
)
SHOULD_GERMLINE_LOG
=
$
(
SHOULD_GERMLINE:.should-get
=
.tap
)
SHOULD
=
$(
wildcard
should-get-tests/
*
.should-get
)
$(
wildcard
bugs/
*
.should-get
)
SHOULD_LOG
=
$
(
SHOULD:.should-get
=
.tap
)
SHOULD_VDJ
=
$(
wildcard
should-vdj-tests/
*
.should-vdj.fa
)
...
...
@@ -66,6 +68,9 @@ snapshot_diff_current:
-
make snapshot
SNAPSHOT
=
"
$(SNAPSHOT_CURRENT)
"
-
diff
-u
-I
".*20..-..-...*"
snapshot-last
$(SNAPSHOT_CURRENT)
should_germline
:
$(SHOULD_GERMLINE_LOG)
should
:
vidjil $(SHOULD_LOG)
shouldvdj_if_python
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment