Explorar o código

TESTSUITE_README is now placed next to test dir in testsuite tarfile

Taddeus Kroes %!s(int64=11) %!d(string=hai) anos
pai
achega
b519c5e7c2
Modificáronse 1 ficheiros con 2 adicións e 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