diff options
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 | ||