Cosmetic changes to tests

This commit is contained in:
emanuele-f 2018-11-09 10:48:54 +01:00
parent 12e2e500b1
commit def73cfd4c
5 changed files with 43 additions and 7 deletions

View file

@ -4,6 +4,8 @@
local ts_common = require("ts_common")
-- ##############################################
local function interpolateSerie_test1(test)
local serie = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}
local target_points = 19
@ -34,6 +36,8 @@ local function interpolateSerie_test1(test)
return test:success()
end
-- ##############################################
function run(tester)
local rv = tester.run_test("interpolateSerie:test1", interpolateSerie_test1)