[functional-tests] Split dmtest off from run-tests

This commit is contained in:
Joe Thornber
2017-10-11 10:28:10 +01:00
parent 74e2506734
commit a0e709d370
3 changed files with 196 additions and 173 deletions

12
functional-tests/dmtest Executable file
View File

@@ -0,0 +1,12 @@
#! /usr/bin/scheme-script
(import (rnrs)
(test-runner)
(bcache bcache-tests)
(device-mapper dm-tests))
(register-bcache-tests)
(register-dm-tests)
(run-tests)