Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
3d975198
Commit
3d975198
authored
Feb 06, 2018
by
Mathieu Giraud
Browse files
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
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