diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-04-09 01:43:36 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-04-09 01:43:36 +0200 |
commit | c5a3b4e8c00f8d7bb54b342b1dd43c08bbfbd4db (patch) | |
tree | 156e95dee3274ca6469664170237e62733c793d5 /Makefile | |
parent | c8df27385e02b22d36b240fe29532e97dbba1f43 (diff) | |
parent | a0dcf4e0978331709da164fb0e29ae008b90fc88 (diff) | |
download | Trader-c5a3b4e8c00f8d7bb54b342b1dd43c08bbfbd4db.tar.gz Trader-c5a3b4e8c00f8d7bb54b342b1dd43c08bbfbd4db.tar.zst Trader-c5a3b4e8c00f8d7bb54b342b1dd43c08bbfbd4db.zip |
Merge branch 'acceptance_tests' into dev
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 | ||