REGTEST: Require the option LUA to run lua tests
diff --git a/reg-tests/lua/b00000.vtc b/reg-tests/lua/b00000.vtc
index 4229eeb..5d396a7 100644
--- a/reg-tests/lua/b00000.vtc
+++ b/reg-tests/lua/b00000.vtc
@@ -31,6 +31,8 @@
 
 
 varnishtest "Basic LUA test h00000"
+#REQUIRE_OPTIONS=LUA
+
 feature ignore_unknown_macro
 
 server s1 -repeat 2 {
diff --git a/reg-tests/lua/b00001.vtc b/reg-tests/lua/b00001.vtc
index 213d423..4c39e95 100644
--- a/reg-tests/lua/b00001.vtc
+++ b/reg-tests/lua/b00001.vtc
@@ -20,6 +20,7 @@
 # the LUA sleep time.
 
 varnishtest "LUA bug"
+#REQUIRE_OPTIONS=LUA
 
 feature ignore_unknown_macro
 
diff --git a/reg-tests/lua/b00002.vtc b/reg-tests/lua/b00002.vtc
index 6cb626e..6f33985 100644
--- a/reg-tests/lua/b00002.vtc
+++ b/reg-tests/lua/b00002.vtc
@@ -1,4 +1,6 @@
 varnishtest "Lua: txn:get_priv() scope"
+#REQUIRE_OPTIONS=LUA
+
 feature ignore_unknown_macro
 
 haproxy h1 -conf {
diff --git a/reg-tests/lua/b00003.vtc b/reg-tests/lua/b00003.vtc
index a1731b0..d785f77 100644
--- a/reg-tests/lua/b00003.vtc
+++ b/reg-tests/lua/b00003.vtc
@@ -14,6 +14,7 @@
 # connectio closed by the client may stop the applet.
 
 varnishtest "possible CLOSE-WAIT with '\n' headers"
+#REQUIRE_OPTIONS=LUA
 
 feature ignore_unknown_macro
 
diff --git a/reg-tests/lua/h00001.vtc b/reg-tests/lua/h00001.vtc
index 6d38eca..8b93139 100644
--- a/reg-tests/lua/h00001.vtc
+++ b/reg-tests/lua/h00001.vtc
@@ -1,4 +1,6 @@
 varnishtest "Lua: txn:get_priv() scope"
+#REQUIRE_OPTIONS=LUA
+
 feature ignore_unknown_macro
 
 haproxy h1 -conf {