nasa / fpp

F Prime Prime: A modeling language for F Prime
https://fprime.jpl.nasa.gov
Apache License 2.0
41 stars 31 forks source link

Add unit test for duplicate file names #443

Closed jwest115 closed 1 month ago

jwest115 commented 1 month ago

Write fpp-to-dict output to txt file and compare against reference (similar to other tools). Added unit test case for duplicate file names.

jwest115 commented 1 month ago

I don't think we need them, I decided to include them to keep things consistent with other tool unit tests, for example fpp-to-cpp https://github.com/nasa/fpp/blob/main/compiler/tools/fpp-to-cpp/test/enum/default.ref.txt.

bocchino commented 1 month ago

OK, I agree that makes sense now that we are checking for console output. Thanks!