aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-04-08 19:06:55 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-04-09 01:43:19 +0200
commita0dcf4e0978331709da164fb0e29ae008b90fc88 (patch)
tree156e95dee3274ca6469664170237e62733c793d5 /Makefile
parentc8df27385e02b22d36b240fe29532e97dbba1f43 (diff)
downloadTrader-a0dcf4e0978331709da164fb0e29ae008b90fc88.tar.gz
Trader-a0dcf4e0978331709da164fb0e29ae008b90fc88.tar.zst
Trader-a0dcf4e0978331709da164fb0e29ae008b90fc88.zip
Add some acceptance tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e304426..00e18a3 100644
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,9 @@ endif
8test: 8test:
9 python test.py 9 python test.py
10 10
11test_acceptance:
12 python test_acceptance.py
13
11run: 14run:
12 python portfolio.py 15 python portfolio.py
13 16