mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-05-07 22:52:17 +00:00
add 'test' to main Makefile
This commit is contained in:
parent
46ee860084
commit
1be8ef69c8
6
Makefile
6
Makefile
|
@ -249,6 +249,11 @@ else
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
.PHONY: test
|
||||||
|
test: all
|
||||||
|
$(MAKE) -C test/unit test
|
||||||
|
|
||||||
|
|
||||||
install: all $(PKGCFGF)
|
install: all $(PKGCFGF)
|
||||||
mkdir -p $(LIBDIR)
|
mkdir -p $(LIBDIR)
|
||||||
ifeq ($(UNICORN_SHARED),yes)
|
ifeq ($(UNICORN_SHARED),yes)
|
||||||
|
@ -302,6 +307,7 @@ ifeq (,$(findstring yes,$(UNICORN_BUILD_CORE_ONLY)))
|
||||||
cd samples && $(MAKE) clean
|
cd samples && $(MAKE) clean
|
||||||
rm -f $(BLDIR)/samples/lib$(LIBNAME).$(EXT)
|
rm -f $(BLDIR)/samples/lib$(LIBNAME).$(EXT)
|
||||||
endif
|
endif
|
||||||
|
$(MAKE) -C test/unit clean
|
||||||
|
|
||||||
ifdef BUILDDIR
|
ifdef BUILDDIR
|
||||||
rm -rf $(BUILDDIR)
|
rm -rf $(BUILDDIR)
|
||||||
|
|
Loading…
Reference in a new issue