From 94510b45420c8ff3b73befa6f77bb2a0c7c34eb8 Mon Sep 17 00:00:00 2001 From: Qiu Tingting Date: Sat, 6 May 2023 09:49:15 +0800 Subject: agl-test-framework: add ptest support of lua Add ptest support of lua in agl-test-framework. Testing costs 5s. Bug-AGL: SPEC-4753 Signed-off-by: Qiu Tingting Change-Id: I63415435a6fa9c83f93f82b03029787c35ca0a7e --- tests/lua/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/lua/__init__.py (limited to 'tests/lua/__init__.py') diff --git a/tests/lua/__init__.py b/tests/lua/__init__.py new file mode 100644 index 0000000..e69de29 -- cgit