1
Fork 0
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:
Hendiadyoin1 2021-07-12 21:47:12 +02:00 committed by Ali Mohammad Pur
parent 5b6d2644bc
commit bdde44a833

View 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"); }