Skip to content

Commit 87fabb1

Browse files
author
Nima Talebi
committed
Added new target `unit'
1 parent 64d2c31 commit 87fabb1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ rpm: tarball
7777
cp $(PACKAGE)-$(VERSION).tar.gz rpm/SOURCES
7878
rpmbuild -ba --define "_topdir $(shell pwd)/rpm" rpm/SPECS/$(PACKAGE).spec
7979

80+
unit:
81+
cd unit-tests && $(MAKE)
82+
8083
###############################################################################
8184
libdmidecode.so: dmihelper.o util.o dmioem.o dmidecode.o dmidecodemodule.o
8285
$(CC) $(LDFLAGS) $(SOFLAGS) $^ -o $@

0 commit comments

Comments
 (0)