FPGAwars / apio

:seedling: Open source ecosystem for open FPGA boards
https://github.com/FPGAwars/apio/wiki
GNU General Public License v2.0
772 stars 131 forks source link

Fixed broken build test. #383

Closed zapta closed 2 weeks ago

zapta commented 2 weeks ago

The issue that without apio.ini, the effective default behavior was of 'native' rather than 'default' which resulted in different error messages that expected by some tests. I also changed the variable exe_mode from string to a boolean. All tests can run now on my system.

Juan, is the 'native' mode necessary or can we remove it for simplicity?