gdraheim / zziplib

The ZZIPlib provides read access on ZIP-archives and unpacked data. It features an additional simplified API following the standard Posix API for file access
Other
62 stars 50 forks source link

No rule to make target 'test0.zip'. Stop. #20

Closed Whissi closed 6 years ago

Whissi commented 6 years ago
test -d tmp || mkdir tmp
make test0.zip && mv test0.zip tmp/../test.zip
make[4]: Entering directory '/var/tmp/portage/dev-libs/zziplib-0.13.68/work/zziplib-0.13.68/build/test'
make[4]: *** No rule to make target 'test0.zip'.  Stop.
make[4]: Leaving directory '/var/tmp/portage/dev-libs/zziplib-0.13.68/work/zziplib-0.13.68/build/test'
make[3]: [Makefile:669: tmp/../test.zip] Error 2 (ignored)
test -s tmp/../test.zip || cp /var/tmp/portage/dev-libs/zziplib-0.13.68/work/zziplib-0.13.68/test/test.zip tmp/../test.zip
gdraheim commented 6 years ago

testing should have moved to zziptests.py completely, so this part is probably old stuff that may be removed.

I'll check that later but as for now I'd treat it as low prio.

gdraheim commented 6 years ago

adding a rule to make test0.zip as test/test.zip

gdraheim commented 6 years ago

done.