Test harness now invokes command-line driver
authorKim Gräsman <kim.grasman@gmail.com>
Sat, 12 May 2018 13:09:48 +0000 (15:09 +0200)
committerKim Gräsman <kim.grasman@gmail.com>
Sat, 12 May 2018 16:19:26 +0000 (18:19 +0200)
commitdce1d3653fdad55209f8f96a83c3242a9abefe06
tree27b52de07c7d5ce6a0e62f25a2ec17e1a54c40fc
parent8817fef9e6d5d985b284e10450f40c8681bf608d
Test harness now invokes command-line driver

The test harness would reimplement the command-line driver in a simpler
form. That was nice, but would also mean that we had no test coverage
for the driver.

Turn it around so that the test harness now calls the parameterized
driver main.

No functional change intended.
asn1ate/pyasn1gen.py
asn1ate/test.py