From 87fabb17f5e54f1db6c48baeb33d8445b55bfa2d Mon Sep 17 00:00:00 2001 From: Nima Talebi Date: Sun, 24 May 2009 12:09:20 +1000 Subject: Added new target `unit' --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 48f3132..c4e28e5 100644 --- a/Makefile +++ b/Makefile @@ -77,6 +77,9 @@ rpm: tarball cp $(PACKAGE)-$(VERSION).tar.gz rpm/SOURCES rpmbuild -ba --define "_topdir $(shell pwd)/rpm" rpm/SPECS/$(PACKAGE).spec +unit: + cd unit-tests && $(MAKE) + ############################################################################### libdmidecode.so: dmihelper.o util.o dmioem.o dmidecode.o dmidecodemodule.o $(CC) $(LDFLAGS) $(SOFLAGS) $^ -o $@ -- cgit