aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 032d081b6..0e0d4df84 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,17 @@ fill-bc: $(bc_tests:=.fill)
fill-vm: $(vm_tests:=.fill)
fill-all: fill-tx fill-gs fill-bc fill-vm
+test-tx: $(tx_tests:=.test)
+test-gs: $(gs_tests:=.test)
+test-bc: $(bc_tests:=.test)
+test-vm: $(vm_tests:=.test)
+test-all: test-tx test-gs test-bc test-vm
+
+# Testing command
+
+%.test:
+ testeth -t $* -- --verbosity 2
+
# Actual filling command
%.fill: