b9org / b9

An educational JS virtual machine based on Eclipse OMR
http://www.base9.xyz
Apache License 2.0
45 stars 24 forks source link

Simplify the InterpreterTest runner #98

Closed rwy7 closed 7 years ago

rwy7 commented 7 years ago
  1. Don't use google test parameters. They're fancy and confusing. Just use a vector of test names.
  2. Actually compile the code.
  3. Don't use a TestEnvironment to grab the module name. Just take the name each time we load the module.
  4. Reload the module at every test case.

Signed-off-by: Robert Young rwy0717@gmail.com

rwy7 commented 7 years ago

waiting on #96

rwy7 commented 7 years ago

Waiting on #100 (#101 will also fix the issue)