X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=dd281c5b8e18a31291c838c8f82592e87a704408;hb=80e717b3cfac82d63c98614fe6179fb0e4fdaf8d;hp=2e111e9341ef9953ce59c7577265a10b39d4d9db;hpb=4c660b46c11f8a84941194f60e4f48e57b0a86b7;p=libsigrok.git diff --git a/Makefile.am b/Makefile.am index 2e111e93..dd281c5b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -715,7 +715,8 @@ tests_main_SOURCES = \ tests/driver_all.c \ tests/device.c \ tests/trigger.c \ - tests/analog.c + tests/analog.c \ + tests/conv.c tests_main_LDADD = libsigrok.la $(SR_EXTRA_LIBS) $(TESTS_LIBS)