diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 777aa05..39af793 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -28,7 +28,8 @@ check_main_SOURCES = \ $(top_builddir)/libsigrokdecode.h \ check_main.c \ check_core.c \ - check_decoder.c + check_decoder.c \ + check_session.c check_main_CFLAGS = @check_CFLAGS@ |