From fc0147ea33051ff6010886156a5f4e92cd3d596e Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sun, 26 Jul 2009 23:06:00 +1200 Subject: [PATCH] Document unit-tests for src/ --- src/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 8c0b66de6f..99e9275f35 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -25,7 +25,7 @@ else SNMP_SOURCE = endif -TESTS=$(check_PROGRAMS) +TESTS= check_PROGRAMS= SUBDIRS = fs repl auth @@ -1135,6 +1135,9 @@ check_PROGRAMS+= \ tests/testURL \ @STORE_TESTS@ +## NP: required to run the above list. check_PROGRAMS only builds the binaries... +TESTS += $(check_PROGRAMS) + ### Template for new Unit Test Program ## - add tests/testX to check_PROGRAMS above. ## - copy template below and substitue X for class name -- 2.47.2