diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 2d526f8..edf3b75 100644 --- a/Makefile.am +++ b/Makefile.am @@ -331,6 +331,10 @@ check_SCRIPTS += \ endif endif +check_SCRIPTS += \ + tests/blogc/check_blogc.sh \ + $(NULL) + if USE_CMOCKA check_PROGRAMS += \ |