Skip to content
  • Thomas Miedema's avatar
    Testsuite: simplify extra_file handling · 206b4a1d
    Thomas Miedema authored
    Before, `extra_files(['.hpc/Main.mix'])` meant copy `Main.mix` to
    `<testdir>/.hpc/Main.mix`. This feature wasn't really necessary, so now
    it just means copy `Main.mix` to `<testdir>/Main.mix`. This simplifies
    the implementation.
    
    Some small other cleanups as well. -40 lines of code.
    206b4a1d