aboutsummaryrefslogtreecommitdiff
path: root/sensor/test/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* o Adding an application to send samples over MQTT.Trygve Laugstøl2015-07-201-1/+1
| | | | o Improved CMake build script, better detection and error messages of headers/libraries. Conditionally adding the applications that can be compiled with the given set of found libraries.
* o Adding a parser::finish() method that indicates that the stream is done ↵Trygve Laugstøl2015-07-111-2/+4
| | | | and any possibly buffered data should be parsed and processed.
* o Replacing regex based parsing with simpler and more correct tokenizing.Trygve Laugstøl2015-03-231-0/+26
o Flushing output after each sample. o Adding back tests.