fix test path

This commit is contained in:
Laurian-Dufrechou
2023-04-07 18:02:09 +02:00
parent 41cc5c6189
commit 1ffec0ca0a
+2 -2
View File
@@ -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";;
*) *)