diff --git a/config/tests.toml b/config/tests.toml index 007dff712..f47a0c72f 100644 --- a/config/tests.toml +++ b/config/tests.toml @@ -19,60 +19,4 @@ openposixtestsuite = {} redox-posix-tests = {} vttest = {} benchmarks = {} - -[[files]] -path = "/home/user/hello-redox/test.rs" -data = """ -fn main() { - println!("Hello, Redox!"); -} -""" - -[[files]] -path = "/home/user/hello-redox/test.c" -data = """ -#include - -int main(void) { - printf("Hello, Redox!\\n"); -} -""" - -[[files]] -path = "/home/user/hello-redox/test.cpp" -data = """ -#include - -int main() -{ - std::cout << "Hello, Redox!" << std::endl; -} -""" - -[[files]] -path = "/home/user/hello-redox/test.py" -data = """ -print("Hello, Redox!") -""" - -[[files]] -path = "/home/user/hello-redox/test.lua" -data = """ -print("Hello, Redox!") -""" - -[[files]] -path = "/home/user/hello-redox/test.js" -data = """ -console.log("Hello Redox"); -""" - -[[files]] -path = "/home/user/hello-redox/test.java" -data = """ -public class Java { - public static void main(String[] args) { - System.out.println("Hello Redox"); - } -} -""" +hello-redox = {}