mhostetter / gr-adsb

GNU Radio OOT module for demodulating and decoding ADS-B packets
GNU General Public License v3.0
143 stars 43 forks source link

CppUnit dependency is not needed. #10

Closed romeojulietthotel closed 7 years ago

romeojulietthotel commented 7 years ago

The CppUnit dependency is not really needed. Gnuradio does not make that a hard requirement. And CppUnit is only needed/used when running make test .

mhostetter commented 7 years ago

I'm going to leave the dependency since it's suggested by GNU Radio. Plus, if I get really fancy, I will probably add QA tests later on.

romeojulietthotel commented 7 years ago

Suggested by Gnuradio but I recall that building Gnuradio itself doesn't even require it. So looks like a "do as I say not as I do" recommendation. And/or poorly maintained OOT templates.