diff options
-rw-r--r-- | myrpki/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/myrpki/Makefile b/myrpki/Makefile index f330ac46..f8637bfc 100644 --- a/myrpki/Makefile +++ b/myrpki/Makefile @@ -43,3 +43,8 @@ backup: python sql-dumper.py tar cvvzf test.$$(TZ='' date +%Y.%m.%d.%H.%M.%S).tgz screenlog.* test backup.*.sql rm backup.*.sql + +test:: schema.py + +test:: + python yamltest.py |