]> sigrok.org Git - libsigrok.git/blobdiff - Makefile.am
tests: Drop another obsolete sr_analog_float_to_string() test.
[libsigrok.git] / Makefile.am
index ab93285778034ffc6bbd0616d6d1087366863aac..fb925ce6a1a530ddcb063bc92830dd95cc450f1d 100644 (file)
@@ -317,6 +317,12 @@ libsigrok_la_SOURCES += \
        src/hardware/kern-scale/protocol.c \
        src/hardware/kern-scale/api.c
 endif
+if HW_KORAD_KDXXXXP
+libsigrok_la_SOURCES += \
+       src/hardware/korad-kdxxxxp/protocol.h \
+       src/hardware/korad-kdxxxxp/protocol.c \
+       src/hardware/korad-kdxxxxp/api.c
+endif
 if HW_LASCAR_EL_USB
 libsigrok_la_SOURCES += \
        src/hardware/lascar-el-usb/protocol.h \
@@ -518,7 +524,8 @@ tests_main_SOURCES = \
        tests/version.c \
        tests/driver_all.c \
        tests/device.c \
-       tests/trigger.c
+       tests/trigger.c \
+       tests/analog.c
 
 tests_main_LDADD = libsigrok.la $(SR_EXTRA_LIBS) $(TESTS_LIBS)