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
Notes: sideshowbarker 2024-07-18 09:05:57 +09:00

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