rethinking the python wrapper (#511)
* renames certain function parameter declarations and removes double pointer call from the deleteproject function * deprecates conditonal compilation, removes python-specific headers and function renaming * fixes tests and docs * fixes test
This commit is contained in:
@@ -168,7 +168,7 @@ BOOST_AUTO_TEST_CASE(test_add_set)
|
||||
BOOST_REQUIRE(y == y3[0]);
|
||||
|
||||
EN_close(ph);
|
||||
EN_deleteproject(&ph);
|
||||
EN_deleteproject(ph);
|
||||
}
|
||||
|
||||
BOOST_FIXTURE_TEST_CASE(test_pattern_comments, FixtureOpenClose)
|
||||
|
||||
Reference in New Issue
Block a user