adrian-thurston / colm

The Colm Programming Language
MIT License
164 stars 31 forks source link

Delete test cases in out-of-tree build #140

Closed viccie30 closed 2 years ago

viccie30 commented 2 years ago

While 7e3709188833f72ca7a0808942d3a9da6464675f deleted too much, the fix in f9708db3960b95457c1efaf092efc65d3b486c9f actually deleted too little.

The cleaning is now guarded by the same condition as the initial linking or copying.

adrian-thurston commented 2 years ago

Great, thanks for fixing this. I had assumed the automake system copied the files over and also cleaned them, and it didn't matter if the local rule also cleaned them. I admit I didn't look though :)