Procházet zdrojové kódy

Run test after build

svn:r991
Peter Palfrader před 22 roky
rodič
revize
9c8876be14
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  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