]> sigrok.org Git - libsigrokflow.git/blobdiff - Makefile.am
Add tests/legacy_decoder.cpp and a simple unit test.
[libsigrokflow.git] / Makefile.am
index 8b6b55e297642b69575dc8f8db575eae349481f9..c368726852efb6ea467874f6e75d6b54425bd912 100644 (file)
@@ -57,7 +57,8 @@ check_PROGRAMS = tests/main
 tests_main_SOURCES = \
        include/libsigrokflow/libsigrokflow.hpp \
        tests/main.cpp \
-       tests/init.cpp
+       tests/init.cpp \
+       tests/legacy_decoder.cpp
 
 tests_main_LDADD = libsigrokflow.la $(LIBSIGROKFLOW_LIBS)