Blob Blame History Raw
From 64c0c144e90e41d609bc9f4e880809b9677e7540 Mon Sep 17 00:00:00 2001
From: Claus <claus@protovision.games>
Date: Mon, 21 Jan 2019 09:42:59 +0100
Subject: [PATCH 04/30] Add make target to run tests.

---
 test_cc1541/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/test_cc1541/Makefile b/test_cc1541/Makefile
index 4ab0c49..04c3680 100644
--- a/test_cc1541/Makefile
+++ b/test_cc1541/Makefile
@@ -4,5 +4,8 @@ test_cc1541: test_cc1541.o
 %.o: %.c
 	gcc -std=c99 -c $<
 
+test: test_cc1541
+	./test_cc1541 ../cc1541
+
 clean:
 	rm -rf *.o test_cc1541 *~
-- 
2.21.0