[Debian-med-packaging] test-all target missing in RCSB Core Wrapper Makefile

Laszlo Kajan lkajan at debian.org
Mon Sep 30 17:30:49 UTC 2013


Dear Vladimir!

During testing of the librcsb-core-wrapper package, an error occurred due to the "test-all" target missing from the Makefile.

There is a "testall" target, so I assume a typo occurred. This problem will be fixed in Debian by the attached patch (now forwarded to you).

Thank you for making the RCSB core wrapper available.

Best regards,

Laszlo Kajan
Debian Developer
-------------- next part --------------
Author: Laszlo Kajan <lkajan at rostlab.org>
Description: fixing shell - bash is meant instead of sh
Forwarded: ?
--- a/Makefile
+++ b/Makefile
@@ -103,7 +103,7 @@
 
 test: test-all
 
-testall: compile 
+test-all: compile 
 	@sh -c 'cd ./$(UTIL_MODULE); ./$(TEST_SCRIPT)'
 
 clean_test: 


More information about the Debian-med-packaging mailing list