mn416 / QPULib

Language and compiler for the Raspberry Pi GPU
Other
429 stars 64 forks source link

Added unit test for If and When #63

Closed wimrijnders closed 6 years ago

wimrijnders commented 6 years ago

This unit test can act as a specification of the working of 'If' and When.

In light of the recent discussion about If and When, I found a need to formalize it.

mn416 commented 6 years ago

Nice. Rename "testDSL.cpp" to "testIfWhen.cpp"?

wimrijnders commented 6 years ago

Nice. Rename "testDSL.cpp" to "testIfWhen.cpp"?

No. testDsl is where all the DSL-related tests go. the If/When test just happens to be the first.