diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-10-11 23:52:36 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-10-11 23:52:36 +0200 |
commit | 20bbc715578bff5f5b2433334a39750f083d0305 (patch) | |
tree | c0e92e88b329a098d8d5e9d5914953ca210e729b /Makefile.am | |
parent | bbe4028f33626c7928c36d78f176b21bbeaa7655 (diff) | |
download | blogc-20bbc715578bff5f5b2433334a39750f083d0305.tar.gz blogc-20bbc715578bff5f5b2433334a39750f083d0305.tar.bz2 blogc-20bbc715578bff5f5b2433334a39750f083d0305.zip |
build: run tests while building rpm
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 25098d5..e5d9469 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,6 +18,7 @@ EXTRA_DIST = \ build-aux/valgrind.sh \ $(top_srcdir)/.version \ autogen.sh \ + blogc.spec \ LICENSE \ README.md \ $(NULL) |