ref: f9eff8349233561e3a8be267dd92876d55983593
parent: 02d2ec7eb3137a12297f11cac8569cf489739ad9
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Fri Aug 11 05:27:48 EDT 2017
[tests] Move cc1/tests to tests/ All the tests in cc1/tests are from a legacy test suite that is not used anymore. This test tested cc1 IR, and it was very good to test internal aspects of cc1, but for this reason it was very difficult to maintain it accurate, because any small change in cc1 generated a fail in the tests. Tests/ is a more convenient test framework since it may be used for any architecture and not only for z80.