Bläddra i källkod

Create automatic test script

DricomDragon 5 år sedan
förälder
incheckning
89eb8922ca
4 ändrade filer med 22 tillägg och 0 borttagningar
  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=