add basic tests for os::Event/SystemEvent functionality

This commit is contained in:
Michael Scire
2022-03-06 14:13:10 -08:00
parent 01c939f774
commit ddf80b29f2
11 changed files with 696 additions and 9 deletions

View File

@@ -146,6 +146,10 @@ hos_stratosphere_api.o: CXXFLAGS += -fno-lto
init_operator_new.o: CXXFLAGS += -fno-lto
init_libnx_shim.os.horizon.o: CXXFLAGS += -fno-lto
ifeq ($(ATMOSPHERE_OS_NAME),windows)
os_%.o: CXXFLAGS += -fno-lto
endif
#---------------------------------------------------------------------------------
%_bin.h %.bin.o : %.bin
#---------------------------------------------------------------------------------