dolphin-emu / hwtests

Hardware test suite
GNU General Public License v2.0
22 stars 25 forks source link

Some changes in the new build system #7

Closed Tilka closed 10 years ago

Tilka commented 10 years ago

Added a global "run" target as well as individual "run_$name_of_test" targets for each test. If you use the "run" target, please always call it with -j1.

For building, make's -j option should better be set using the MAKEFLAGS environment variable.

neobrain commented 10 years ago

@Tilka: This comment grants you the permission to merge this pull request whenever you think it is ready. After addressing the remaining comments, click this link to merge.


Looking great!

One little bit: Can you add some note about MAKEFLAGS to the readme?

Merge whenever you feel it's done.

@dolphin-emu-bot allowmerge