]> git.pld-linux.org Git - packages/encfs.git/blobdiff - encfs.spec
- basic test
[packages/encfs.git] / encfs.spec
index 83160f2d41179e7cae664e8ad662248b27b554e1..efb4e764da3b502448e111e653bf35a6adcdf093 100644 (file)
@@ -1,4 +1,5 @@
 # TODO: duplicated locales (es vs es_ES, fr vs fr_FR)
+%bcond_without tests
 Summary:       Encrypted pass-thru filesystem for Linux
 Summary(pl.UTF-8):     Zaszyfrowany system plików dla Linuksa
 Name:          encfs
@@ -46,6 +47,11 @@ cd build
 
 %{__make}
 
+%if %{with tests}
+%{__make} unittests
+%{__make} test
+%endif
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.078061 seconds and 4 git commands to generate.