summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorttt2018-08-31 12:33:19 +0530
committerttt2018-08-31 12:33:19 +0530
commit7a00acd140266951804d52dd01bb78e05c906768 (patch)
tree4e52686c73e307008344f5576e3617ba09b3905c
parented4222b7c187ee448b3ba5672ad25bb456e6601d (diff)
downloadFOSSEE-Signal-Processing-Toolbox-7a00acd140266951804d52dd01bb78e05c906768.tar.gz
FOSSEE-Signal-Processing-Toolbox-7a00acd140266951804d52dd01bb78e05c906768.tar.bz2
FOSSEE-Signal-Processing-Toolbox-7a00acd140266951804d52dd01bb78e05c906768.zip
updated test.sce file
-rw-r--r--test.sce6
1 files changed, 3 insertions, 3 deletions
diff --git a/test.sce b/test.sce
index 939414f..9de60ef 100644
--- a/test.sce
+++ b/test.sce
@@ -1,9 +1,9 @@
exec loader.sce
exec builder.sce
-exec test1.sce
-exec test2.sce
-exec test3.sce
+exec('test1.sce',-1)
+exec('test2.sce',-1)
+exec('test3.sce',-1)
if test1==1
exit(1)