فهرست منبع

Create automatic test script

DricomDragon 5 سال پیش
والد
کامیت
89eb8922ca
4فایلهای تغییر یافته به همراه22 افزوده شده و 0 حذف شده
  1. 6 0
      README.md
  2. 4 0
      ans.txt
  3. 6 0
      test.sh
  4. 6 0
      test.txt

+ 6 - 0
README.md

@@ -8,3 +8,9 @@ ECN lab about syntaxic analysis
 make
 ./eval
 ```
+
+## How to test
+
+```
+./test.sh
+```

+ 4 - 0
ans.txt

@@ -0,0 +1,4 @@
+3
+-1
+7
+6

+ 6 - 0
test.sh

@@ -0,0 +1,6 @@
+#!/bin/sh
+
+echo "Program output :"
+cat test.txt | ./eval.out
+echo "Expected output :"
+cat ans.txt

+ 6 - 0
test.txt

@@ -0,0 +1,6 @@
+1+2
+=
+1-2=
+1+2*3
+=
+1+2+3=