From 3c7c8dea92f7fb07983c1b8371391263ac805715 Mon Sep 17 00:00:00 2001 From: Torsten Ruger Date: Sat, 10 Oct 2015 12:29:52 +0300 Subject: [PATCH] add basic compiler tests --- test/compiler/test_all.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/compiler/test_all.rb b/test/compiler/test_all.rb index 1d63cbde..864de38b 100644 --- a/test/compiler/test_all.rb +++ b/test/compiler/test_all.rb @@ -1,3 +1,4 @@ +require_relative "test_basic" require_relative "test_hello" require_relative "test_compiler" require_relative "test_field_access"