mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
For run of test using bash in makefile
This commit is contained in:
2
Makefile
2
Makefile
@ -66,7 +66,7 @@ test:
|
||||
|
||||
obitests: obitools
|
||||
for t in $$(find obitests -name test.sh -print) ; do \
|
||||
$(SHELL) $${t} ; \
|
||||
bash $${t} ; \
|
||||
done
|
||||
|
||||
man:
|
||||
|
@ -11,7 +11,7 @@ TEST_NAME=obicount
|
||||
#
|
||||
######
|
||||
TEST_DIR="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"
|
||||
OBITOOLS_DIR="$(sed 's/obitest.*//' <<< "$TEST_DIR")build"
|
||||
OBITOOLS_DIR="${TEST_DIR/obitest*/}build"
|
||||
export PATH="${OBITOOLS_DIR}:${PATH}"
|
||||
|
||||
|
||||
|
@ -8,7 +8,7 @@ import (
|
||||
// corresponds to the last commit, and not the one when the file will be
|
||||
// commited
|
||||
|
||||
var _Commit = "bd4a0b5"
|
||||
var _Commit = "d3d15ac"
|
||||
var _Version = "Release 4.2.0"
|
||||
|
||||
// Version returns the version of the obitools package.
|
||||
|
Reference in New Issue
Block a user