File: make_test_target

package info (click to toggle)
librcsb-core-wrapper 1.005-11
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 16,504 kB
  • sloc: xml: 122,915; cpp: 25,250; ansic: 3,736; makefile: 1,031; sh: 772; lex: 294; yacc: 235; perl: 213; python: 121; csh: 30
file content (15 lines) | stat: -rw-r--r-- 452 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Laszlo Kajan <lkajan@debian.org>
Description: fixing #724151: No rule to make target `test-all', needed by `test'.
Bug-Debian: http://bugs.debian.org/724151
Forwarded: http://lists.alioth.debian.org/pipermail/debian-med-packaging/2013-September/022553.html
--- a/Makefile
+++ b/Makefile
@@ -121,7 +121,7 @@ clean_build:
 
 test: test-all
 
-testall: compile 
+test-all: compile 
 	@sh -c 'cd ./$(UTIL_MODULE); ./$(TEST_SCRIPT)'
 
 clean_test: