Explorar el Código

TESTSUITE_README is now placed next to test dir in testsuite tarfile

Taddeus Kroes hace 11 años
padre
commit
b519c5e7c2
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      Makefile

+ 2 - 2
Makefile

@@ -57,8 +57,8 @@ $(TESTSUITE_TGT): TESTSUITE_README public_tests.txt
 		mkdir -p _tmp/test/`dirname $$f`; \
 		cp test/$$f _tmp/test/$$f; \
 	done
-	cp $< _tmp/test
-	cd _tmp && tar -czf ../$@ test
+	cp $< _tmp
+	cd _tmp && tar -czf ../$@ *
 	rm -rf _tmp
 
 clean:: myclean