From bdde44a8330c16757b49fef6cc8ef72c55c92267 Mon Sep 17 00:00:00 2001 From: Hendiadyoin1 Date: Mon, 12 Jul 2021 21:47:12 +0200 Subject: [PATCH] Tests: Assure that UE does not regress via `ue ls` --- Tests/UserspaceEmulator/test-run-ls.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Tests/UserspaceEmulator/test-run-ls.cpp diff --git a/Tests/UserspaceEmulator/test-run-ls.cpp b/Tests/UserspaceEmulator/test-run-ls.cpp new file mode 100644 index 0000000000..2c1b3c27f9 --- /dev/null +++ b/Tests/UserspaceEmulator/test-run-ls.cpp @@ -0,0 +1,9 @@ +/* + * Copyright (c) 2021, Leon Albrecht + * + * SPDX-License-Identifier: BSD-2-Clause + */ + +#include + +int main() { return system("UserspaceEmulator ls"); }