From 1ffec0ca0aae597ae852ed914c86e3bd73381194 Mon Sep 17 00:00:00 2001 From: Laurian-Dufrechou Date: Fri, 7 Apr 2023 18:02:09 +0200 Subject: [PATCH] fix test path --- src/use.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/use.ml b/src/use.ml index 16880ca..76cf849 100644 --- a/src/use.ml +++ b/src/use.ml @@ -13,12 +13,12 @@ open Instrs;; (* For using the parser: - Evaluate this file (use.ml) -- parse "Tests/rectangles.c" ;; +- parse "../Tests/progsimple.c" ;; * For code generation: - Evaluate this file (use.ml) -- run_test "Tests/rectangles.c" "Tests/rectangles.ps";; +- run_test "../Tests/rectangles.c" "../Tests/rectangles.ps";; *)