instrumentation: add next-share/
[cs-p2p-next.git] / instrumentation / next-share / BaseLib / Test / API / test_api.sh
1 #!/bin/sh -x
2 #
3 # WARNING: this shell script must use \n as end-of-line, Windows
4 # \r\n gives problems running this on Linux
5
6 PYTHONPATH=../../..:"$PYTHONPATH"
7 export PYTHONPATH
8
9 #python test_tdef.py
10 python test_seeding.py
11