rdnelson / Libra

An 8086 emulator with a focus on educational features.
Other
13 stars 4 forks source link

Unit tests are easier to write. #151

Closed rdnelson closed 11 years ago

rdnelson commented 11 years ago

Unit tests should be relatively easy to write now.

  1. Add a test: libra/test/tests/Test*.cpp
  2. Add the required libra objects into the USER_OBJ list in libra/test/Makefile
  3. The make file should automatically build and link against anything that you've specified.

Notes: