FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit ef6862d9 authored by Silas S. Brown's avatar Silas S. Brown
Browse files

test cases

parent 56baee9b
No related branches found
No related tags found
No related merge requests found
# -*- mode: Makefile -*-
test:
# at least check it compiles in both 2 and 3
echo | python2 annogen.py >/dev/null
echo | python3 annogen.py >/dev/null
echo | python2 annogen.py -l >/dev/null
echo | python3 annogen.py -l >/dev/null
python2 -c 'import annogen as a;a.jsAnnot(False,True)'
python3 -c 'import annogen as a;a.jsAnnot(False,True)'
python2 -c 'import annogen as a;a.delete_existing_ruby=True;a.jsAnnot(False,True)'
python3 -c 'import annogen as a;a.delete_existing_ruby=True;a.jsAnnot(False,True)'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment