From 9cc448d3a2b0ba40823284f79f276206ae00bf3a Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Tue, 25 Jan 2022 02:47:43 +0000 Subject: [PATCH] test: Correct make rules --- test.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.mk b/test.mk index 4532e87..a911568 100644 --- a/test.mk +++ b/test.mk @@ -75,7 +75,7 @@ cifar10__all: \ # SOD - Image Resize ./runtime/bin/resize_wasm.so: - make resize_image.install -C ./runtime/tests + make resize.install -C ./runtime/tests # Commented out command installs imagemagick. Requires password for sudo to install PHONY: sod__image_resize__test @@ -90,7 +90,7 @@ sod__image_resize__by_resolution: ./runtime/bin/resize_wasm.so # SOD - License Plate Detection ./runtime/bin/lpd_wasm.so: - make license_plate_detection.install -C ./runtime/tests + make lpd.install -C ./runtime/tests PHONY: sod__lpd__by_plate_count sod__lpd__by_plate_count: ./runtime/bin/lpd_wasm.so