From f321ea4dad9af5e029f39bb5b2cb6f359ecc8afe Mon Sep 17 00:00:00 2001 From: Brijeshcr Date: Fri, 28 Jul 2017 21:13:41 +0530 Subject: Test files added --- tests/unit_tests/power.sce | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/unit_tests/power.sce (limited to 'tests/unit_tests/power.sce') diff --git a/tests/unit_tests/power.sce b/tests/unit_tests/power.sce new file mode 100644 index 0000000..b83b2c9 --- /dev/null +++ b/tests/unit_tests/power.sce @@ -0,0 +1,5 @@ +//test for scilab function nextpow2 +function power() + x = nextpow2([127 5]) //calling nextpow2 + disp(x) +endfunction -- cgit