diff options
| -rw-r--r-- | nitrocli/Makefile | 9 | 
1 files changed, 0 insertions, 9 deletions
| diff --git a/nitrocli/Makefile b/nitrocli/Makefile index cc1ad3f..d87a09a 100644 --- a/nitrocli/Makefile +++ b/nitrocli/Makefile @@ -17,15 +17,6 @@  # *   along with this program.  If not, see <http://www.gnu.org/licenses/>. *  # ***************************************************************************/ - -# We do not want to run the tests concurrently as the Nitrokey seems to -# have problems with that. We also do not want to introduce additional -# locking because in the normal program work flow we will not have -# multiple requests issued in parallel. -.PHONY: test -test: -	@RUST_TEST_NOCAPTURE=1 RUST_TEST_THREADS=1 cargo test -  PS2PDF ?= ps2pdf  NITROCLI_MAN := doc/nitrocli.1 | 
