X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=tests%2Fmain.c;h=88783d0c262844a185804abde181cbda65b6b879;hb=7601dca780c21facad042dd716d76fe7923d7eab;hp=4c75781a4413c2e07490ddd27f7a3b42b8201064;hpb=02a2bf688f25a50ea05276be75fba8b4f644fca6;p=libsigrok.git diff --git a/tests/main.c b/tests/main.c index 4c75781a..88783d0c 100644 --- a/tests/main.c +++ b/tests/main.c @@ -14,13 +14,13 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ +#include #include #include -#include "../include/libsigrok/libsigrok.h" +#include #include "lib.h" int main(void) @@ -44,6 +44,8 @@ int main(void) srunner_add_suite(srunner, suite_version()); srunner_add_suite(srunner, suite_device()); srunner_add_suite(srunner, suite_trigger()); + srunner_add_suite(srunner, suite_analog()); + srunner_add_suite(srunner, suite_conv()); srunner_run_all(srunner, CK_VERBOSE); ret = srunner_ntests_failed(srunner);