Update bootstrap, update/add all of PatternFly, add font-awesome
[cascardo/ipsilon.git] / Makefile
index df6eb0f..ec3ce47 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,7 @@ lint:
        pylint -d c,r,i,W0613 -r n -f colorized \
                   --notes= \
                   --ignored-classes=cherrypy,API \
+                  --disable=star-args \
                   ./ipsilon
 
 pep8:
@@ -53,6 +54,7 @@ ui: less/ipsilon.less less/admin.less
        # Create CSS
        lesscpy less/ipsilon.less > ui/css/ipsilon.css
        lesscpy less/admin.less > ui/css/admin.css
+       lesscpy less/styles.less > ui/css/styles.css
 
 # Requires NodeJS less and clear-css packages
 # Should be removed when lesscpy starts to work properly
@@ -77,6 +79,7 @@ lp-test:
        pylint -d c,r,i,W0613 -r n -f colorized \
                   --notes= \
                   --ignored-classes=cherrypy \
+                  --disable=star-args \
                   ./tests
        pep8 tests
 
@@ -88,6 +91,7 @@ wrappers:
        #SOCKET_WRAPPER_DEFAULT_IFACE=9
 
 tests: wrappers
+       rm -rf testdir
        PYTHONPATH=./ ./tests/tests.py --test=test1
        PYTHONPATH=./ ./tests/tests.py --test=testlogout
        PYTHONPATH=./ ./tests/tests.py --test=testnameid
@@ -99,7 +103,9 @@ tests: wrappers
        PYTHONPATH=./ ./tests/tests.py --test=pgdb
        PYTHONPATH=./ ./tests/tests.py --test=fconf
        PYTHONPATH=./ ./tests/tests.py --test=ldap
+       PYTHONPATH=./ ./tests/tests.py --test=ldapdown
        PYTHONPATH=./ ./tests/tests.py --test=openid
+       PYTHONPATH=./ ./tests/tests.py --test=dbupgrades
 
 test: lp-test unittests tests