#!/bin/bash

echo "Testing correct operations..."
cargo run -- test_samples/correct_operations.lore --plain

echo -e "\n\nTesting wrong operations..."
cargo run -- test_samples/wrong_operations.lore

echo -e "\n\nTesting multiplication errors..."
cargo run -- test_samples/multiplication_errors.lore
