Remove unnecessary include from test/Makefile (#16386)

This commit is contained in:
Florian Märkl 2020-03-31 22:59:24 +02:00 committed by GitHub
parent 6379317f57
commit 80e29297d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
R2R=$(shell cd new ; npm bin)/r2r
RUNTEST=cd new && npm install ; $(R2R)
include ../config-user.mk
all: js-tests unit_tests
bins: