mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:17:44 +00:00
Tests: Assure that UE does not regress via ue ls
This commit is contained in:
parent
5b6d2644bc
commit
bdde44a833
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
Add a link
Reference in a new issue