mirror of
https://github.com/LucasVbr/postscript-compiler.git
synced 2026-05-13 17:22:00 +00:00
fix test path
This commit is contained in:
+2
-2
@@ -13,12 +13,12 @@ open Instrs;;
|
|||||||
(* For using the parser:
|
(* For using the parser:
|
||||||
|
|
||||||
- Evaluate this file (use.ml)
|
- Evaluate this file (use.ml)
|
||||||
- parse "Tests/rectangles.c" ;;
|
- parse "../Tests/progsimple.c" ;;
|
||||||
|
|
||||||
* For code generation:
|
* For code generation:
|
||||||
|
|
||||||
- Evaluate this file (use.ml)
|
- Evaluate this file (use.ml)
|
||||||
- run_test "Tests/rectangles.c" "Tests/rectangles.ps";;
|
- run_test "../Tests/rectangles.c" "../Tests/rectangles.ps";;
|
||||||
*)
|
*)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user