Browse Source

Run test after build

svn:r991
Peter Palfrader 20 years ago
parent
commit
9c8876be14
1 changed files with 4 additions and 0 deletions
  1. 4 0
      debian/rules

+ 4 - 0
debian/rules

@@ -40,6 +40,10 @@ build-stamp:  config.status
 	dh_testdir
 
 	$(MAKE)
+	@echo "Expect one assertion failure during test_buffers."
+	# Right now test doesn't even fail when tests fail, so
+	# no - needed.
+	src/or/test
 
 	touch build-stamp