From 2d561a5373faf392e51f8c579c936549db2966d3 Mon Sep 17 00:00:00 2001 From: Vitalik Buterin Date: Sat, 4 Oct 2014 15:15:37 -0400 Subject: [PATCH] separated out vmtests --- vmArithmeticTest.json => vmtests/vmArithmeticTest.json | 0 .../vmBitwiseLogicOperationTest.json | 0 vmBlockInfoTest.json => vmtests/vmBlockInfoTest.json | 0 .../vmEnvironmentalInfoTest.json | 0 .../vmIOandFlowOperationsTest.json | 0 vmPushDupSwapTest.json => vmtests/vmPushDupSwapTest.json | 0 vmSha3Test.json => vmtests/vmSha3Test.json | 0 .../vmSystemOperationsTest.json | 0 vmtests.json => vmtests/vmtests.json | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename vmArithmeticTest.json => vmtests/vmArithmeticTest.json (100%) rename vmBitwiseLogicOperationTest.json => vmtests/vmBitwiseLogicOperationTest.json (100%) rename vmBlockInfoTest.json => vmtests/vmBlockInfoTest.json (100%) rename vmEnvironmentalInfoTest.json => vmtests/vmEnvironmentalInfoTest.json (100%) rename vmIOandFlowOperationsTest.json => vmtests/vmIOandFlowOperationsTest.json (100%) rename vmPushDupSwapTest.json => vmtests/vmPushDupSwapTest.json (100%) rename vmSha3Test.json => vmtests/vmSha3Test.json (100%) rename vmSystemOperationsTest.json => vmtests/vmSystemOperationsTest.json (100%) rename vmtests.json => vmtests/vmtests.json (100%) diff --git a/vmArithmeticTest.json b/vmtests/vmArithmeticTest.json similarity index 100% rename from vmArithmeticTest.json rename to vmtests/vmArithmeticTest.json diff --git a/vmBitwiseLogicOperationTest.json b/vmtests/vmBitwiseLogicOperationTest.json similarity index 100% rename from vmBitwiseLogicOperationTest.json rename to vmtests/vmBitwiseLogicOperationTest.json diff --git a/vmBlockInfoTest.json b/vmtests/vmBlockInfoTest.json similarity index 100% rename from vmBlockInfoTest.json rename to vmtests/vmBlockInfoTest.json diff --git a/vmEnvironmentalInfoTest.json b/vmtests/vmEnvironmentalInfoTest.json similarity index 100% rename from vmEnvironmentalInfoTest.json rename to vmtests/vmEnvironmentalInfoTest.json diff --git a/vmIOandFlowOperationsTest.json b/vmtests/vmIOandFlowOperationsTest.json similarity index 100% rename from vmIOandFlowOperationsTest.json rename to vmtests/vmIOandFlowOperationsTest.json diff --git a/vmPushDupSwapTest.json b/vmtests/vmPushDupSwapTest.json similarity index 100% rename from vmPushDupSwapTest.json rename to vmtests/vmPushDupSwapTest.json diff --git a/vmSha3Test.json b/vmtests/vmSha3Test.json similarity index 100% rename from vmSha3Test.json rename to vmtests/vmSha3Test.json diff --git a/vmSystemOperationsTest.json b/vmtests/vmSystemOperationsTest.json similarity index 100% rename from vmSystemOperationsTest.json rename to vmtests/vmSystemOperationsTest.json diff --git a/vmtests.json b/vmtests/vmtests.json similarity index 100% rename from vmtests.json rename to vmtests/vmtests.json