Skip to content

Commit

Permalink
Makefile can generate frames. Deleted old frames
Browse files Browse the repository at this point in the history
  • Loading branch information
hyades committed Jan 16, 2015
1 parent 67133aa commit 3948a0e
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python-api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,6 @@ clean:


test: lint unittests integration clean

generate-frames:
python tests/integrationtests/generate_reference_frames.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Usually should be run just once
"""

import sys
import os
sys.path.insert(0, os.path.abspath(os.path.join(__file__, "../..")))

from integrationtests.compare import GenerateReferenceFrames
from integrationtests.test_controller import TestSetCompositeMode
from integrationtests.test_controller import TestAdjustPIP
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 3948a0e

Please sign in to comment.