msgfile: Add a file parser for a simple file format
[osmocom-bb.git] / tests / Makefile.am
1 if ENABLE_TESTS
2 SUBDIRS = timer sms
3 if ENABLE_MSGFILE
4 SUBDIRS += msgfile
5 endif
6 endif