X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=tests%2Fmain.c;h=5c295bfa1c5402a63d2efa93cc81cf1d92c9f6d1;hb=47b821dc7dff6b7fa9cce5eb2451e659c8e2b215;hp=328d3a02b37e3e3479826a7f6567a41ded9e6ced;hpb=4960aeb03533f503c32c50cdd94277d561112c1a;p=libsigrok.git diff --git a/tests/main.c b/tests/main.c index 328d3a02..5c295bfa 100644 --- a/tests/main.c +++ b/tests/main.c @@ -14,10 +14,10 @@ * 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 @@ -44,6 +44,7 @@ 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_run_all(srunner, CK_VERBOSE); ret = srunner_ntests_failed(srunner);