From 91c48b90d09b9873d1498b9e3af80091b0dd4cee Mon Sep 17 00:00:00 2001 From: shag527 Date: Sat, 17 Apr 2021 12:04:06 +0530 Subject: Captured original octave errors in scilab --- tests/test.sce | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test.sce') diff --git a/tests/test.sce b/tests/test.sce index e53eed3..e2c0ca1 100644 --- a/tests/test.sce +++ b/tests/test.sce @@ -290,12 +290,12 @@ end /////////Test case for bilinear ////////// -[b a] = octave_fun("bilinear","signal",[1 2 3], [4 5 6], 1, 1); +[b a] = octave_fun("bilinear","signal",[1 2 3], [4 5 6], 1); b = round(b*10000)/10000; a = round(a*10000)/10000; -if(round(a) == [1 7 18 14]) +if(round(a) == [1 -1 0]) test_pass=[test_pass,1]; else test_pass=[test_pass,0]; -- cgit From 76559aae7c6fac23f5e3b4b8a2a4c34cf86e3130 Mon Sep 17 00:00:00 2001 From: KRIXUS-alpha Date: Wed, 21 Apr 2021 20:27:48 +0530 Subject: executed bulder.sce and loader.sce in test.sce --- tests/test.sce | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/test.sce') diff --git a/tests/test.sce b/tests/test.sce index e2c0ca1..b3a7993 100644 --- a/tests/test.sce +++ b/tests/test.sce @@ -1,3 +1,6 @@ +exec builder.sce +exec loader.sce + //exec build.sce test_pass=[] -- cgit From 4f2c20396197ce27bb7ad197a6a1af88903e3a88 Mon Sep 17 00:00:00 2001 From: KRIXUS-alpha Date: Thu, 22 Apr 2021 12:37:28 +0530 Subject: quit the scilab-cli --- tests/test.sce | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/test.sce') diff --git a/tests/test.sce b/tests/test.sce index b3a7993..8e68761 100644 --- a/tests/test.sce +++ b/tests/test.sce @@ -382,3 +382,5 @@ disp(length(test_pass),"Total functions tested:") disp("ALL OK") //exit() end + +exit() \ No newline at end of file -- cgit From fd3cbdf88e942c8ac4284ab401b598e83ce272da Mon Sep 17 00:00:00 2001 From: KRIXUS-alpha Date: Thu, 22 Apr 2021 12:42:56 +0530 Subject: unable to quit scilab-cli (cancel the build manually) --- tests/test.sce | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/test.sce') diff --git a/tests/test.sce b/tests/test.sce index 8e68761..b3a7993 100644 --- a/tests/test.sce +++ b/tests/test.sce @@ -382,5 +382,3 @@ disp(length(test_pass),"Total functions tested:") disp("ALL OK") //exit() end - -exit() \ No newline at end of file -- cgit