Skip to content

Commit

Permalink
run auto generation in rundoctest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
videlec committed Aug 1, 2017
1 parent ea96641 commit 34dda22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/rundoctest.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
sys.path.append(path)
import autogen

# the autogenerated files need to be present for the tests to work
autogen.rebuild()

failed = 0
attempted = 0
for mod in [cypari2.closure, cypari2.convert, cypari2.gen,
Expand Down

0 comments on commit 34dda22

Please sign in to comment.