Skip to content

Commit 34ba25e

Browse files
committed
Makefile: Mark test* targets as .PHONY
Refs #2823
1 parent 5ae2e81 commit 34ba25e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,5 +311,6 @@ lib-opts-shared:
311311
debug debug-static debug-shared \
312312
install install-static install-shared \
313313
lib-opts lib-opts-shared lib-opts-static \
314-
lib-file lib-file-shared lib-file-static
314+
lib-file lib-file-shared lib-file-static \
315+
test test_build test_full test_probe
315316
.DELETE_ON_ERROR:

0 commit comments

Comments
 (0)