diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-04-08 19:06:55 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-04-09 01:43:19 +0200 |
commit | a0dcf4e0978331709da164fb0e29ae008b90fc88 (patch) | |
tree | 156e95dee3274ca6469664170237e62733c793d5 /Makefile | |
parent | c8df27385e02b22d36b240fe29532e97dbba1f43 (diff) | |
download | Trader-a0dcf4e0978331709da164fb0e29ae008b90fc88.tar.gz Trader-a0dcf4e0978331709da164fb0e29ae008b90fc88.tar.zst Trader-a0dcf4e0978331709da164fb0e29ae008b90fc88.zip |
Add some acceptance tests
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ endif | |||
8 | test: | 8 | test: |
9 | python test.py | 9 | python test.py |
10 | 10 | ||
11 | test_acceptance: | ||
12 | python test_acceptance.py | ||
13 | |||
11 | run: | 14 | run: |
12 | python portfolio.py | 15 | python portfolio.py |
13 | 16 | ||