Adding test repo to default configuration

This commit is contained in:
Théophile Bastian 2018-03-03 02:20:01 +01:00
parent dc6685088d
commit 16b8d64913
1 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,11 @@ HOOKS = [
# Make targets to be invoked
'targets': ['all'],
},
{
'name': 'test-repo',
'url': 'tests/simple-repo',
'targets': ['date', 'touch'],
},
]
# Directory in which the repositories are cloned