summaryrefslogtreecommitdiff
path: root/compiler/one-cmds/tests/README.txt
blob: 0d4d0ecbe6a5eef8408eb94516d47520fa2a8646 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
one-cmds testing
================

Run 'runtestall.sh' program to test ONE command line programs, all at once.

Steps:
1) run 'one-prepare-venv' in bin folder to prepare python virtual-env with TensorFlow
  - you need to run this only once
  - read 'doc/how-to-prepare-virtualenv.txt' for more information
----------------------------------------------
bin/one-prepare-venv
----------------------------------------------

2) run 'test/prepare_test_materials.sh' to download test material models
  - you need to run this only once
  - you need internet connection to download files
  - you may need to install 'wget' and 'unzip' packages
----------------------------------------------
test/prepare_test_materials.sh
----------------------------------------------

3) run 'test/runtestall.sh' to run the test
----------------------------------------------
test/runtestall.sh
----------------------------------------------

End.