Tests: Assure that UE does not regress via ue ls
This commit is contained in:
parent
5b6d2644bc
commit
bdde44a833
Notes:
sideshowbarker
2024-07-18 09:05:57 +09:00
Author: https://github.com/Hendiadyoin1 Commit: https://github.com/SerenityOS/serenity/commit/bdde44a8330 Pull-request: https://github.com/SerenityOS/serenity/pull/8703 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/alimpfard ✅ Reviewed-by: https://github.com/sin-ack
1 changed files with 9 additions and 0 deletions
9
Tests/UserspaceEmulator/test-run-ls.cpp
Normal file
9
Tests/UserspaceEmulator/test-run-ls.cpp
Normal file
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
* Copyright (c) 2021, Leon Albrecht <leon2002.la@gmail.com>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
int main() { return system("UserspaceEmulator ls"); }
|
Loading…
Add table
Reference in a new issue