mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 18:04:08 +02:00
use parser binary
This commit is contained in:
parent
9d3e175544
commit
334dfb3771
6 changed files with 25 additions and 35 deletions
2
Makefile
2
Makefile
|
|
@ -12,7 +12,7 @@ node_modules: package.json
|
|||
.PHONY: mocha
|
||||
mocha: node_modules
|
||||
DEMO_ROOT=/tmp/demos DB_PORT=5433 DB_TYPE=pgsql DB_HOST=localhost DB_USERNAME=postgres DB_USERNAME=postgres DB_PASSWORD=test DB_DATABASE=postgres\
|
||||
node node_modules/.bin/mocha --recursive
|
||||
PARSER_PATH=/home/robin/Projects/demostf/tf-demo-parser/target/release/parse_demo node node_modules/.bin/mocha --recursive
|
||||
|
||||
.PHONY: phpunit
|
||||
phpunit:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue