summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 658a0ab..f380edb 100644
--- a/Makefile
+++ b/Makefile
@@ -111,6 +111,10 @@ libvdr-$(PLUGIN).so: $(OBJS)
$(CXX) $(CXXFLAGS) -shared $^ -o $@
@cp --remove-destination $@ $(LIBDIR)/$@.$(APIVERSION)
+.PHONY: tests
+tests:
+ @cd $@ && $(MAKE)
+
dist: clean
@-rm -rf $(TMPDIR)/$(ARCHIVE)
@mkdir $(TMPDIR)/$(ARCHIVE)
@@ -126,3 +130,4 @@ clean:
@-rm -f $(DEPFILE) *.o *.so $(I18Npot) *.tgz core* *~
@-rm -rf srcdoc
@cd tools && $(MAKE) clean
+ @cd tests && $(MAKE) clean